Files
pwn-learning/PwnCollege/V8Exploitation/Level5/README.md

15 lines
358 B
Markdown

# Level 5
## Problem
Given a vulnerability which can OffByOne Read/Write an double array.
## Key Knowledge
- Heap Fengshui
- Some inspiration to corrupt array's length
- This is an open-ended question, so use your imagination!
`Exploit.js` is only one of the possible answers. Don't be bound by it.
Find out some brand-new ways using your own mind!