Tool for locating patterns in (code) binaries, mainly for ROP addresses.
Go to file
yellows8 ed9f1abe20 Implemented --blacklist. 2016-06-25 11:02:53 -04:00
README.md Added README. 2015-06-12 21:11:26 -04:00
ropgadget_patternfinder.c Implemented --blacklist. 2016-06-25 11:02:53 -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.