Letssplitturtles.part02.rar Page
The "Turtles" challenge involved a program that processed nested structures (turtles). Each "turtle" contained pointers to other turtles, creating a complex chain. The objective for Part 2 was to transition from the initial memory leak (achieved in Part 01) to a controlled "magic gadget" execution. Technical Analysis
: The first 16 bytes of the payload were used to point the RDI register toward a "slack" space in memory. LetsSplitTurtles.part02.rar
: By placing a magic_gadget address at a specific offset ( +0x60 ), the program was forced to execute the desired shellcode or function when it attempted to traverse to the "next" turtle. Execution & Debugging The "Turtles" challenge involved a program that processed
: Using the leak obtained previously, the payload had to account for specific register offsets. Payload Structure : Technical Analysis : The first 16 bytes of
This write-up covers the second part of the challenge from CSAW CTF, focusing on the exploitation of a recursive data structure to achieve code execution. Challenge Overview
For a deep dive into the specific assembly and memory offsets used in this exploit, you can view the full technical breakdown on nickcano.com .



