rev/gdb_baby_step_2

This commit is contained in:
2026-07-01 23:50:33 +09:00
parent 5da09597e0
commit b240ee7516
3 changed files with 14 additions and 0 deletions
BIN
View File
Binary file not shown.
+11
View File
@@ -0,0 +1,11 @@
set pagination off
disassemble main
break *main+60
run
printf "picoCTF{%d}\n", $eax
continue
exit
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
gdb --command=gdbinit ./debugger0_b