format string 3

This commit is contained in:
Maxime Vorwerk
2024-11-04 10:13:53 +01:00
parent 6836a735ea
commit 3550a322e2

View File

@@ -87,3 +87,33 @@ run
got got
got got
exit exit
disassemble main
b *main+175
run
got
disassemble 0x404018
x *execve
x *puts
search --pointer 0x7ffff7e59bf0
x/a 0x404018
set {int}0x404018 = 0x7ffff7eba90f
x/a 0x404018
set {int}0x404018 = 0x7ffff7eba9f0
x/a 0x404018
continue
run
got
search --pointer 0x7ffff7e59bf0
x/a 0x404018
p *puts
p *execve
set {int}0x404018 = 0x7ffff7eba9f0
x/a 0x404018
got
stepi
continue
run
set {int}0x404018 = 0x7ffff7eba9f0
got
continue
exit