Tool for locating patterns in (code) binaries, mainly for ROP addresses.
Go to file
2015-08-01 09:59:53 -04:00
README.md Added README. 2015-06-12 21:11:26 -04:00
ropgadget_patternfinder.c Fixed script newline handling for Windows(tested by profi200 on Windows). 2015-08-01 09:59:53 -04:00

This tool locates offsets/addresses in the specified binary, using the input pattern(s) which can be data for comparing or a sha256 hash. This is mainly for locating ROP-chain addresses. See the tool stdout help for details.