Skip to content

Commit 2b0b677

Browse files
author
kiboneu
committed
Adding an errata doc.
1 parent e3e7188 commit 2b0b677

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

ERRATA.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
This document contains errors found post-publication of the RPISEC MBE lecture
2+
slides. Please refer to it when reading or presenting the material.
3+
4+
If you have found an error not listed here, feel free to submit a [github issue](https://github.com/RPISEC/MBE/issues)
5+
or [contact us](https://github.com/RPISEC/MBE#i-have-a-question-how-can-i-get-in-touch-with-you).
6+
7+
### Lecture 07 - DEP and ROP
8+
9+
I. Slides 17 - 20 "History of DEP"
10+
- MPROTECT, SEGMEXEC and PAGEEXEC provided by grsecurity for the Linux kernel was released in October 1st, 2000
11+
12+
### Lecture 09 - Address Space Layout Randomization (ASLR)
13+
I. Slade 27 "History of ASLR"
14+
- ASLR provided by grsecurity for the Linux kernel was released in 2001

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Lecture | Title | Topics
6262
14 | Exploitation on 64bit, ARM, Windows | Exploitation differences on other architectures & platforms
6363
15 | Automation & The Future of Exploitation | Fuzzing, taint analysis, dynamic instrumentation, SMT/SAT solvers
6464

65+
*Refer to [ERRATA.md](https://github.com/RPISEC/MBE/blob/master/ERRATA.md) for slide corrections.*
66+
6567
### Lab Breakdown
6668
Lab | Topic | Corresponding Lectures
6769
--- | ----- | ----------------------

0 commit comments

Comments
 (0)