dendrobates-t-azureus/aes-t-tables
Guillume DIDIER 5eab981eec Major refactor that allows proper core selection
- covert / side channel are currently back in a non functional state
- two thread calibration however qorks and gets full experimental results
2020-10-22 14:38:41 +02:00
..
.cargo First version of aes T table attack - using flush and reload naively 2020-08-19 10:07:48 +02:00
src Major refactor that allows proper core selection 2020-10-22 14:38:41 +02:00
cargo.sh First version of aes T table attack - using flush and reload naively 2020-08-19 10:07:48 +02:00
Cargo.toml Major refactor that allows proper core selection 2020-10-22 14:38:41 +02:00
prefetcher_notes Add missing files 2020-09-22 14:36:07 +02:00
README More notes 2020-09-29 11:31:36 +02:00
setup.sh Add missing files 2020-09-22 14:36:07 +02:00

You need to build openssl with no-asm no-hw options. Also adjust the install path in ./cargo.sh

You then need to input the correct Te adresses in main.rs, and run using ./cargo.sh (instead of cargo)

The script sets the environment to pick up openssl reliably.