Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x00ach/idadiff
IDAPython script in order to auto-rename subs
https://github.com/0x00ach/idadiff
Last synced: 21 days ago
JSON representation
IDAPython script in order to auto-rename subs
- Host: GitHub
- URL: https://github.com/0x00ach/idadiff
- Owner: 0x00ach
- License: gpl-3.0
- Created: 2017-02-13T09:05:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T09:52:23.000Z (over 7 years ago)
- Last Synced: 2024-07-31T23:46:06.889Z (4 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 20
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# idadiff
IDAPython script in order to auto-rename sub.The script uses the @Heurs MACHOC algorithm (https://github.com/ANSSI-FR/polichombr) in order to build tiny CFG hashes of a source binary sample in IDA PRO. These hashes may be compared against the ones in the destination binary sample. If a 1-1 relationship is found, the sub is renamed.
TODO:
- code cleaning;
- N grams (3 and 5);
- use a %temp% or /tmp file to share the hashes;
- other methods.