sigkit
sigkit copied to clipboard
Function signature matching and signature generation plugin for Binary Ninja
Plugins now live under Plugins not Tools, need to update docs
**What is the feature you'd like to have?** I think there should be better UI for sigkit. I seen a lot of people get confused while using sigkit. I think...
The libc-scraper for sigkit is broken. The awk in run.sh "needs" to be $4, not $3. parallel's -j argument should probably be 0, not 3. run.sh should probably use an...
Exception thrown due to using removed API: https://github.com/Vector35/sigkit/blob/master/compute_sig.py#L242 API commit removing `Symbol.aliases` property: https://github.com/Vector35/binaryninja-api/commit/ccc46ee23e8160231b1de739380bd7d808ec433d#diff-be75236b09e0ec25f6e7192bfcb0d69ef8467d6efa8bed2161108cf4e57559bc Temp. workaround of `info.aliases = [] #`, proper fix ???
Signature creation can take a while, the signature creation process should be a background task
**MVP** - [x] Double check CRT stuff is included in libgcc (`register_tm_clones` junk like that) #12 - [x] Eliminate false positive from too short signature #8 - [x] Size issues,...
Not suuuuuuper important but i know a lot of people will want this. Or just provide like a callback or something, like `OnFunctionMatched` (?)
I'm writing a script that, given a directory with .LIB files, will extract all the .obj files and automatically create a .sig file for each of them. The idea is...