Commit Graph

3 Commits

Author SHA1 Message Date
Jack Ren
b871bb78c7 Added REVISION, args.gn and patch for existing PwnCollegeV8Exploitation Levels 2024-09-16 17:05:38 +08:00
Jack Ren
90245c7091 Minor Changes to Level 3 & 4 of PwnCollegeV8Exploitation
1. The threshold to trigger MAGLEV compilation is different when gdb is attached to d8 or not.
    - When gdb attached to d8, the training loop count to trigger MAGLEV is 100,000.
    - But when the standalone d8 running, the training loop count to trigger MAGLEV is only 10,000. If you still use 100,000, it will trigger TURBOFAN then code data structure will change and shellcode execution fails.
2. Fixed other miscellaneous minor mistakes.
2024-09-15 08:57:29 +08:00
Jack Ren
a7324fc9d3 Level 3 of PwnCollegeV8Exploitation 2024-09-08 13:03:33 +08:00