Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 319 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 319 Bytes

SpectreCompiled

Meltdown and Spectre Vuln PoC Compiled

$ gcc -march=pentium4 -std=c99 -O0 spectre.c -o spectre

$ ./spectre

alt text

Patched;

"#define CACHE_HIT_THRESHOLD(80) -> #define CACHE_HIT_THRESHOLD (80)"

"?" -> '?'