Sigger is a CLI based static signature generator and resolver for ELF, PE and MachOs.
Input a static address from the input binary and almost instantaneously get a signature which will/should stay constant, even if the target binary is updated.
Input any signature, from this tool, IDA sig maker or Sigga (ghidra plugin), and it will return an offset/address corresponding to that signature. You may input wildcards yourself if needed.
- capstone library
- a compatible C++17 supported compiler
Look it up for your system. It's different for every system.
git clone https://github.com/Ragekill3377/Sigger.git && cd Sigger && clang++ -std=c++17 main.cpp -lcapstone -o sig./sig --helpAnd follow what it says. Simple to use.