d3v1l401 / FindCrypt-Ghidra

IDA Pro's FindCrypt ported to Ghidra, with an updated and customizable signature database
https://d3vsite.org/
GNU General Public License v3.0
520 stars 51 forks source link

New db structure - Allowing to detect crypto constants in the code #8

Closed pawlos closed 4 years ago

pawlos commented 4 years ago

This is first proposal to fix the issue in #7.

The change consists of:

Benefits:

Drawbacks:

Only tested on 3 binaries that I got some problems with the original script. It would be nice to test on more cases before the merge. Fixes #7.

pawlos commented 4 years ago

Feel free to suggests any improvements and/or changes.

d3v1l401 commented 4 years ago

I have a few jobs to do involving crypto binary searching, I'll test this in action before merging ;) I'll let you know more.

d3v1l401 commented 4 years ago

I fixed a wrong constant name within the script (DETECTION_THRESHOLD) and setted up the script for update.

Merged.