Go to file
ClF3 fde2d37407 assigned sender and receiver 2024-11-04 10:29:31 +08:00
Bonus-DeadDrop 2024 release 2024-02-07 09:23:56 -05:00
Part1-Timing 2024 release 2024-02-07 09:23:56 -05:00
Part2-FlushReload fix inconsistent comments & discussion questions 2024-06-05 13:11:31 -04: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 assigned sender and receiver 2024-11-04 10:29:31 +08:00
report.md fix inconsistent comments & discussion questions 2024-06-05 13:11:31 -04: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!