Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SanaBelguith authored Sep 13, 2024
1 parent 5972b54 commit 60b25da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ Questions on the Teams channel should be your preferred course of action as ever

| Week | Lecture (Monday 11am-12pm QUEENS BLDG 1.68 ) | Lab (Tuesday 1-3pm MVB 1.15) | Homework |
|------------|-------------------------------------------------------------------------------------|----------------------------------|-----------------|
| 1 (16/09) | [Lecture 1: Interesting bugs and where to find them (*Joseph*)](lectures/1/slides.pdf) | [Lab 1: Assembly refresher](https://github.com/cs-uob/COMSM0049/blob/master/docs/labs/1.md) | [Homework] |
| 2 (23/09) |[Lecture 2: Heap overflows and the Malloc Maleficarum (Joseph)](lectures/2/slides.pdf) | [Lab 2: Format strings](https://github.com/cs-uob/COMSM0049/blob/master/docs/labs/2.md) | [Homework] | | |
| 3 (30/09) | [Lecture 3: Return oriented programming (*Joseph*)](lectures/3/slides.pdf) | [Lab 3: Stack smashing](https://github.com/cs-uob/COMSM0049/blob/master/docs/labs/3.md) | [Homework] |
| 4 (07/10) | [Lecture 4: Fuzzing (*Sana*)](https://github.com/cs-uob/COMSM0049/blob/master/docs/lectures/4/Intro-fuzzzing.pdf) |[Lab 4: ROP](https://github.com/cs-uob/COMSM0049/blob/master/docs/labs/4.md) | [Homework]|
| 5 (14/10) |[Lecture 5: Access Control (*Sana*)](https://github.com/cs-uob/COMSM0049/blob/master/docs/lectures/5/Access%20Control%2023-24.pdf) | [Lab 5: Fuzzing](https://github.com/cs-uob/COMSM0049/blob/master/docs/labs/5.md) | [Homework] |
| 1 (16/09) | [Lecture 1: Interesting bugs and where to find them (*Joseph*)](lectures/1/slides.pdf) | [Lab 1: Assembly refresher](https://github.com/cs-uob/COMSM0049/blob/master/docs/labs/1.md) | [Homework](https://github.com/cs-uob/COMSM0049/blob/master/docs/extra/1.md) |
| 2 (23/09) |[Lecture 2: Heap overflows and the Malloc Maleficarum (Joseph)](lectures/2/slides.pdf) | [Lab 2: Format strings](https://github.com/cs-uob/COMSM0049/blob/master/docs/labs/2.md) | [Homework](https://github.com/cs-uob/COMSM0049/blob/master/docs/extra/2.md) | | |
| 3 (30/09) | [Lecture 3: Return oriented programming (*Joseph*)](lectures/3/slides.pdf) | [Lab 3: Stack smashing](https://github.com/cs-uob/COMSM0049/blob/master/docs/labs/3.md) | [Homework](https://github.com/cs-uob/COMSM0049/blob/master/docs/extra/3.md) |
| 4 (07/10) | [Lecture 4: Fuzzing (*Sana*)](https://github.com/cs-uob/COMSM0049/blob/master/docs/lectures/4/Intro-fuzzzing.pdf) |[Lab 4: ROP](https://github.com/cs-uob/COMSM0049/blob/master/docs/labs/4.md) | [Homework](https://github.com/cs-uob/COMSM0049/blob/master/docs/extra/4.md)|
| 5 (14/10) |[Lecture 5: Access Control (*Sana*)](https://github.com/cs-uob/COMSM0049/blob/master/docs/lectures/5/Access%20Control%2023-24.pdf) | [Lab 5: Fuzzing](https://github.com/cs-uob/COMSM0049/blob/master/docs/labs/5.md) | [Homework](https://github.com/cs-uob/COMSM0049/blob/master/docs/extra/5.md) |
|5 (21/10)|--------------Reading Week----------|-----------Reading Week----------|-----------------------|
| 7 (28/10) | [Lecture 6: Rowhammer, Spectre and Meltdown (*Joseph*)](lectures/6/slides.pdf) |[In-Class Test] | [Homework] |
| 8 (04/11) | [Lecture 7: Hardware Security (*Sana*)](https://github.com/cs-uob/COMSM0049/blob/master/docs/lectures/7/Hardware%20Security%201.pdf)) | [Lab 7: Sandboxing](https://github.com/cs-uob/COMSM0049/blob/master/docs/labs/6.md) | [Homework] |
| 7 (28/10) | [Lecture 6: Rowhammer, Spectre and Meltdown (*Joseph*)](lectures/6/slides.pdf) |[In-Class Test] | [Homework](https://github.com/cs-uob/COMSM0049/edit/master/docs/extra/6.md) |
| 8 (04/11) | [Lecture 7: Hardware Security (*Sana*)](https://github.com/cs-uob/COMSM0049/blob/master/docs/lectures/7/Hardware%20Security%201.pdf)) | [Lab 7: Sandboxing](https://github.com/cs-uob/COMSM0049/blob/master/docs/labs/6.md) | [Homework](https://github.com/cs-uob/COMSM0049/edit/master/docs/extra/7.md) |
| 9 (11/11) | Coursework | Coursework | | |
| 10 (18/11) | Coursework | Coursework | | |
| 11 (25/12) | Coursework | Coursework | | |
Expand Down

0 comments on commit 60b25da

Please sign in to comment.