> For the complete documentation index, see [llms.txt](https://manjoos.gitbook.io/pwn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manjoos.gitbook.io/pwn/master.md).

# .rodata

#### Writeups and explanations of all things pwn

#### List of things I plan on adding

* Convert this repo into a gitbook so everything isnt so cluttered :)
* Finish Year of Pwn/Annum Of Pwn
* explain ptmalloc internals
* Explain how memory works, process loading and execution within memory
* Explain ASLR on linux x64
* Explain memory mapping and virtual memory
* Finish exploit POC's
* Write a POC and writeup for CVE-2011-4130, an ftp UAF
* Complete writeup and POC of 1-day chakra-core bug
* Explanation and 1-day POC of v8 Out-Of-Bounds Write
* Type confusion

#### note - this gitbook will be somewhat tedious to maintain, since i will be updating my github repository as well as this gitbook. I find github much easier to work with, but gitbook provides a better structured interface to read from. I will try my best to maintain this book but no guarantees, so if you want the up to date notes, check out the repo at: <https://github.com/0xmanjoos/Exploit-Development>
