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
- Host: GitHub
- URL: https://github.com/jmpews/evilheap
- Owner: jmpews
- License: mit
- Created: 2017-02-23T15:40:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T15:54:57.000Z (over 9 years ago)
- Last Synced: 2026-03-28T00:42:37.987Z (3 months ago)
- Topics: exploit, heap
- Language: C
- Size: 4.88 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```