Challenge Description

Can you get the flag? Download this binary. Here’s the test drive instructions:

  • $ chmod +x gdbme
  • $ gdb gdbme
  • (gdb) layout asm
  • (gdb) break *(main+99)
  • (gdb) run
  • (gdb) jump *(main+104)

Approach and Steps

Just follow the given steps

Flag

Flag

picoCTF{d3bugg3r_dr1v3_72bd8355}

Tools Used

gdb