Go to file
ClF3 c11fa61e88 visualized and renamed 2024-11-04 15:49:55 +08:00
Bonus-DeadDrop 2024 release 2024-02-07 09:23:56 -05:00
Part1-Timing visualized and renamed 2024-11-04 15:49:55 +08: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 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!