GDB Test Drive
03/15/2022
By: Jonawhogood
Tags: rev PicoCTF-2022Problem Description:
Can you get the flag? Here's the test drive instructions: $ chmod +x gdbme $ gdb gdbme (gdb) layout asm (gdb) break *(main+99) (gdb) run (gdb) jump *(main+104)
Follow the instructions given by the challenge
Flag: picoCTF{d3bugg3r_dr1v3_72bd8355}