Tool for locating patterns in (code) binaries, mainly for ROP addresses.
Go to file
yellows8 90282a6508 Added README. 2015-06-12 21:11:26 -04:00
README.md Added README. 2015-06-12 21:11:26 -04:00
ropgadget_patternfinder.c Implemented --patterndatamask support for use with patterntype sha256. Initialize the found variables in locate_pattern() to zero. 2015-06-10 15:02:01 -04:00

README.md

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.