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,15 @@
# Level 3
## Problem
Given the following primitves:
- AddressOf
- FakeObject
## Key Knowledge
- [Fast properties in V8](https://v8.dev/blog/fast-properties)
- [Static Roots: Objects with Compile-Time Constant Addresses](https://v8.dev/blog/static-roots)
- Use AddressOf & FakeObject to Construct Arbitrary Address Read & Write
- [Exploiting v8: *CTF 2019 oob-v8](https://faraz.faith/2019-12-13-starctf-oob-v8-indepth/)
- Know V8 Heap Fengshui by using native syntax