Files
pwn-learning/JavaScript/PwnCollegeV8Exploitation/Level1/README.md
2024-09-07 10:12:57 +08:00

886 B

Level 1

Problem

Directly execute amd64 machine code by calling run() on an array receiver.

The array should have elements kind PACKED_DOUBLE_ELEMENTS.

The run() is installed on Array.prototype.

Key Knowledge