Skip to content

mtak-/meltdown_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meltdown Rust

This is a proof of concept of the meltdown attack in rust, based on https://github.com/gkaindl/meltdown-poc

This only works on Intel Haswell processors (or later) produced after November 2014, as it uses hardware transactional memory (TSX-RTM). Early Haswell processors had a bug in their TSX implementation resulting in the disabling of the feature.

To run you must set RUSTFLAGS="-C target-cpu=native"

You can change start_addr to any arbitrary pointer value, and len to some length of bytes to read.

About

meltdown proof of concept in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages