mirror of
https://github.com/wiiu-env/ropgadget_patternfinder.git
synced 2024-11-12 23:55:05 +01:00
Tool for locating patterns in (code) binaries, mainly for ROP addresses.
README.md | ||
ropgadget_patternfinder.c |
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.