Skip to content

rpiskule/meltdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meltdown/Spectre

https://cxsecurity.com/issue/WLB-2018010039

HOW TO USE

On Ubuntu

sudo apt-get install gcc
gcc src/poc.c
./a.out

On Cent-OS / Amazon Linux

sudo yum install gcc
gcc src/poc.c
./a.out

On Alpine

apk update
apk add gcc
apk add g++
gcc src/poc.c
./a.out

If you see '"The Magic Words are Squeamish Ossifrage."' in the output, then you are affected.

About

Local Exploit for Meltdown

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.3%
  • CMake 5.7%