PopPySig is a python script for IDA that can make byte signatures and scan for byte signatures.
PopPySig will require idapython
Put the python files in
__PATH_TO_IDA_DIR__\python
Execute the script by pressing ALT + F7
and selecting sig.py
To start IDA with the script loaded, execute IDA with argument
-S"python/sig.py"
sig()
scan("11 ? ? ? ? 22")
fullscan("11 ? ? ? ? 22")
offset()
offset("+deadbeef")
- sub1to
GNU GPL