Skip to content

Commit

Permalink
Add helpful content
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdoupe committed Apr 2, 2024
1 parent c09666f commit d0e9e42
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dojo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -820,5 +820,12 @@ modules:
- name: "Slab Allocators"
type: lecture
slides: 1dR46TFFhBzxXgOH7zFscEyC6oiAbawUMP2Wzff8eQNA

- name: "Recommended Reading"
type: markdown
content: |
- Beginning Kernel Exploitation: https://lkmidas.github.io/posts/20210123-linux-kernel-pwn-part-1/
- Kernel ROP (necessary): https://lkmidas.github.io/posts/20210128-linux-kernel-pwn-part-2/
- RetSpill Exploitation Technique Paper: https://adamdoupe.com/publications/retspill-ccs2023.pdf
- RetSpill Exploitation Technique Demo: https://github.com/sefcom/RetSpill

0 comments on commit d0e9e42

Please sign in to comment.