From 73caf331e48030d0dd236b9ce8c4e3925daae256 Mon Sep 17 00:00:00 2001 From: Kazem Taram Date: Thu, 7 Sep 2023 23:21:03 +0000 Subject: [PATCH] updates --- _modules/week-03.md | 5 +++-- _modules/week-04.md | 8 +++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/_modules/week-03.md b/_modules/week-03.md index 9b8ae5c..c0653c8 100644 --- a/_modules/week-03.md +++ b/_modules/week-03.md @@ -14,5 +14,6 @@ Sep 06 :
Same as prev lectures: Read [Smashing the Stack for Fun and Profit by Aleph One](http://phrack.org/issues/49/14.html#article); Optional: 0×300-0×320 from [Hacking book](http://www.lib.purdue.edu/holdings?isbn=9781593271442&course=202410-CS-42600). 0×200-0×270 if you don't have a strong C background.
Sep 08 -: [Buffer Overflow Defenses]() - : \ No newline at end of file +: [Buffer Overflow Attacks 4]() + : + :
Same as prev lectures: Read [Smashing the Stack for Fun and Profit by Aleph One](http://phrack.org/issues/49/14.html#article); Optional: 0×300-0×320 from [Hacking book](http://www.lib.purdue.edu/holdings?isbn=9781593271442&course=202410-CS-42600). 0×200-0×270 if you don't have a strong C background.
\ No newline at end of file diff --git a/_modules/week-04.md b/_modules/week-04.md index 10c04a6..5c5d330 100644 --- a/_modules/week-04.md +++ b/_modules/week-04.md @@ -6,16 +6,18 @@ title: Week-4 Sep 11 -: [Memory Safety]() +: [Buffer Overflow Defenses]() : [**HW1 Due**](#){: .label .label-yellow }[**HW2 Release**](#){: .label .label-purple } + :
Read [ASLR](https://pax.grsecurity.net/docs/aslr.txt); [NOEXEC](https://pax.grsecurity.net/docs/noexec.txt).
Sep 13 -: [Isolation]() +: [Buffer Overflow Defenses 2]() : + :
Same as prev lecture: Read [ASLR](https://pax.grsecurity.net/docs/aslr.txt); [NOEXEC](https://pax.grsecurity.net/docs/noexec.txt).
Sep 15 -: [Reverse Engineering]() +: [Memory Safety & Isolation]() : \ No newline at end of file