Skip to content

Commit

Permalink
Adding an errata doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kiboneu committed Mar 22, 2019
1 parent e3e7188 commit 2b0b677
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ERRATA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This document contains errors found post-publication of the RPISEC MBE lecture
slides. Please refer to it when reading or presenting the material.

If you have found an error not listed here, feel free to submit a [github issue](https://github.com/RPISEC/MBE/issues)
or [contact us](https://github.com/RPISEC/MBE#i-have-a-question-how-can-i-get-in-touch-with-you).

### Lecture 07 - DEP and ROP

I. Slides 17 - 20 "History of DEP"
- MPROTECT, SEGMEXEC and PAGEEXEC provided by grsecurity for the Linux kernel was released in October 1st, 2000

### Lecture 09 - Address Space Layout Randomization (ASLR)
I. Slade 27 "History of ASLR"
- ASLR provided by grsecurity for the Linux kernel was released in 2001
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Lecture | Title | Topics
14 | Exploitation on 64bit, ARM, Windows | Exploitation differences on other architectures & platforms
15 | Automation & The Future of Exploitation | Fuzzing, taint analysis, dynamic instrumentation, SMT/SAT solvers

*Refer to [ERRATA.md](https://github.com/RPISEC/MBE/blob/master/ERRATA.md) for slide corrections.*

### Lab Breakdown
Lab | Topic | Corresponding Lectures
--- | ----- | ----------------------
Expand Down

0 comments on commit 2b0b677

Please sign in to comment.