Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 310 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 310 Bytes

SpectreCompiled

Meltdown and Spectre Vuln PoC Compiled

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

$ ./spectre

Screenshot

CVE-2017-5754, CVE-2017-5753, CVE-2017-5715, spectre exploit

Patched;

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

"?" -> '?'