Update 20231007

This commit is contained in:
0xor0ne
2023-10-07 15:33:28 +02:00
parent 21f44ca01c
commit ced4d93e98

View File

@@ -30,6 +30,9 @@ binary exploitation series)
* Writeups:
* ["Behind the Shield: Unmasking Scudo's Defenses"][31]
* ["Diving deep into heap — Glibc fastbin consolidation"][27]
* ["Diving deep into the heap"]
* [Part 1][38]
* [Part 2][39]
* ["Don't Be Silly - It's Only a Lightbulb"][12]
* ["Exploring Android Heap Allocations in jemalloc 'New'"][30]
* Heap Exploitation Series by Azeria
@@ -133,3 +136,5 @@ challenges.
[35]: https://lkmidas.github.io/posts/20210123-linux-kernel-pwn-part-1/
[36]: https://lkmidas.github.io/posts/20210128-linux-kernel-pwn-part-2/
[37]: https://lkmidas.github.io/posts/20210205-linux-kernel-pwn-part-3/
[38]: https://www.tooboat.com/?p=556
[39]: https://www.tooboat.com/?p=629