Skip to content

Instantly share code, notes, and snippets.

@famasoon
Created January 29, 2017 10:28
Show Gist options
  • Save famasoon/5bf48c39063a9ac29ada31387f66cd71 to your computer and use it in GitHub Desktop.
Save famasoon/5bf48c39063a9ac29ada31387f66cd71 to your computer and use it in GitHub Desktop.
import struct
p32 = lambda x: struct.pack('<I', x)
gadget = lambda x: p32(libc_base + x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment