Modified README.md for Level 6 of PwnCollegeV8Exploitation

This commit is contained in:
Jack Ren
2024-09-16 18:58:33 +08:00
parent b871bb78c7
commit 05e60b9cef

View File

@@ -18,3 +18,6 @@ Given a vulnerable builtin `Array.prototype.functionMap(func)`:
- [Attacking Client-Side JIT Compilers (v2)](https://saelo.github.io/presentations/blackhat_us_18_attacking_client_side_jit_compilers.pdf#page=106) - [Attacking Client-Side JIT Compilers (v2)](https://saelo.github.io/presentations/blackhat_us_18_attacking_client_side_jit_compilers.pdf#page=106)
- [Pwn2Own 2018 CVE-2018-4233 分析](https://www.anquanke.com/post/id/244472) - [Pwn2Own 2018 CVE-2018-4233 分析](https://www.anquanke.com/post/id/244472)
- Use this technique to construct Address Of & Fake Object primitive. - Use this technique to construct Address Of & Fake Object primitive.
- How to build d8 and debug them?
- [Building V8 from source](https://v8.dev/docs/build)
- [Building V8 with GN](https://v8.dev/docs/build-gn)