rev/gdb_baby_step_2
This commit is contained in:
Executable
BIN
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
set pagination off
|
||||
|
||||
disassemble main
|
||||
|
||||
break *main+60
|
||||
run
|
||||
|
||||
printf "picoCTF{%d}\n", $eax
|
||||
|
||||
continue
|
||||
exit
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
gdb --command=gdbinit ./debugger0_b
|
||||
Reference in New Issue
Block a user