Moved JavaScript/PwnCollegeV8Exploitation/ to PwnCollege/V8Exploitation/

This commit is contained in:
Jack Ren
2024-09-27 10:32:08 +08:00
parent ed5918f284
commit 41c959a465
52 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# 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!