rev/ascii_ftw

This commit is contained in:
2026-07-02 00:11:01 +09:00
parent 5b27ad67e8
commit 6e3e65da8c
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+151
run
printf "%s\n", $rbp-0x30
continue
exit
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
gdb --command=gdbinit ./asciiftw