Mitigation tester for Spectre V1-V2
Go to file
Samuel Aubertin 698d4f7921 more readme
2022-01-22 15:09:33 +01:00
.gitignore first 2022-01-22 15:04:17 +01:00
logo.png first 2022-01-22 15:04:17 +01:00
Makefile first 2022-01-22 15:04:17 +01:00
README.md more readme 2022-01-22 15:09:33 +01:00
spectre.c first 2022-01-22 15:04:17 +01:00

OCTOPUS

Samuel AUBERTIN - EURECOM - 2022

SPECTRE Octopus Logo

OCTOPUS is a Spectre v2 (Branch Target Injection) compiler flag tester for CVE 2017-5715.

It measures the success rate of the same attack using different compiler flags such as:

  • Optimisation levels (-O)
  • Static linking
  • TODO

Dependencies

  • clang
  • glibc-static

Execution

make

Results aggregation

TODO

  • Craft a JSON with metadata
  • Upload over SFTP with dedicated ssh key

Sources