Go to file
ClF3 29b495c6b9 part2 ver 0.4.0 avoid prefetch (maybe) 2024-11-04 20:56:00 +08:00
Bonus-DeadDrop 2024 release 2024-02-07 09:23:56 -05:00
Part1-Timing visualized with correct range 2024-11-04 15:54:41 +08:00
Part2-FlushReload part2 ver 0.4.0 avoid prefetch (maybe) 2024-11-04 20:56:00 +08:00
Part3-PrimeProbe 2024 release 2024-02-07 09:23:56 -05:00
.gitignore 2024 release 2024-02-07 09:23:56 -05:00
LICENSE Added license 2023-01-31 15:19:24 -05:00
README.md 2024 release 2024-02-07 09:23:56 -05:00
cpu.mk deleted error 2024-11-04 15:20:23 +08:00
report.md finished timing 2024-11-04 15:18:33 +08:00

README.md

Hands-On Hardware Side Channels Lab

This repository contains all the starting code you will need for the lab.

Starting the Lab

As stated on the lab handout, you must first change the SENDER_CPU and RECEIVER_CPU variables in the cpu.mk to your assigned CPUs. Double check that you have set these values correctly.

After completing these steps, you are now ready to start the lab. Good luck!