# .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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manjoos.gitbook.io/pwn/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
