ww9210 / meltdown

Local Exploit for Meltdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meltdown/Spectre

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

HOW TO USE

On MacOS X

brew install cmake
mkdir build
cd build
cmake ..
make 
./meltdown

On Ubuntu

sudo apt-get install gcc cmake
mkdir build
cd build
cmake ..
make 
./meltdown

On Cent-OS / Amazon Linux

sudo yum install gcc cmake
mkdir build
cd build
cmake ..
make 
./meltdown

On Alpine

apk update
apk add gcc
apk add cmake
mkdir build
cd build
cmake ..
make 
./meltdown

About

Local Exploit for Meltdown


Languages

Language:C 94.4%Language:CMake 5.6%