Skip to content

Instantly share code, notes, and snippets.

@yarjor
Last active October 1, 2018 08:15
Show Gist options
  • Save yarjor/3dd6a65f4d404d1512c102831c0c66c8 to your computer and use it in GitHub Desktop.
Save yarjor/3dd6a65f4d404d1512c102831c0c66c8 to your computer and use it in GitHub Desktop.
[Format String Exploit helpers] #dtors #got #plt #fmt #binary #exploit #objdump
objdump -h -j .fini_array <binary>
# overwriting .dtors is only relevant with no relro
objdump -R <binary>
# overwriting GOT is only relevant with partial relro (or no relro)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment