An open API service indexing awesome lists of open source software.

https://github.com/jmpews/evilheap

heap exploit example
https://github.com/jmpews/evilheap

exploit heap

Last synced: 3 months ago
JSON representation

heap exploit example

Awesome Lists containing this project

README

          

## evilHEAP

heap exploit example, 目前 heap 上各种利用方法的测试 demo.

```
λ : tree -N -I '__*__|test' -L 3
.
├── README.md
├── house_of_force
│   ├── README.md
│   └── vul.c
└── house_of_mind
├── README.md
├── exp.c
└── vul.c
```

#### 参考资料
```
https://github.com/shellphish/how2heap
http://s0ngsari.tistory.com/entry
https://gbmaster.wordpress.com
```