✅Puzzle 3
CALLDATASIZE
Puzzle
Solution
CALLDATASIZE
pushes the size of calldata onto the stack, and JUMP
will jump to that address.
The objective is to jump to address 0x04
, so the size of our calldata should be 4. For example, you can use 0xdeadbeef
.
Last updated