This is the raw data that was used for the figure generation for my MSc Thesis on Cache Timing Attacks through Electromagnetic Side-Channel Analysis. This README explains the contents of the data and how to generate the corresponding figures.
The following software is used to generate the figures. The generation should be mostly version agnostic but the specific version is listed for future compatibility.
- python3 (3.11.3)
- matplotlib (3.7.2)
- numpy (1.12.1)
- GNU bash (5.1.16)
- tar (1.34)
The figures can be generated from the data using the generate.sh
script.
This will extract the data to the ./extracted
directory and place pdfs for the
figures in the figures
directory.
./generate.sh
This data and code is licensed under a permissive MIT license.