AkashWorld / Flush-Reload-Attack

Implementation of a Side Channel Attack on x86 processors (Rust, C, asm) - Educational Purposes Only!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Properly implement memory mapping in Rust

AkashWorld opened this issue · comments

Currently, the flush reload of the target is done in C (probe.c). Move this implementation to rust (decode.rs) and have it work correctly.