binary_function_similarity
binary_function_similarity copied to clipboard
- use universal `idaapi.qexit` - IDA 7.4+ uses `idc.get_func_attr` instead of `idc.GetFunctionAttr`[1](https://hex-rays.com/products/ida/support/ida74_idapython_no_bc695_porting_guide.shtml) - ensure byte/string compatibility for Python 2/3 - sort nodes/edges to help tests pass With these changes, the...
In IDA_scripts' test code, like `test_large_acfg_disasm.py` in IDA_acfg_disasm, the code uses `assertDictEqual` to test if the data feature that readers reproduce is the same as gt's. However, `assertDictEqual` will think...
In the [Catalog1 conversion notebook](https://github.com/Cisco-Talos/binary_function_similarity/blob/main/Results/notebooks/Convert%20Catalog1%20results.ipynb) it is used the scikit-learn module. It should be added in the python requirements.txt file
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 to 2.12.1. Release notes Sourced from tensorflow's releases. TensorFlow 2.12.1 Release 2.12.1 Bug Fixes and Other Changes The use of the ambe config to build and...
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.0.2 to 1.5.0. Release notes Sourced from scikit-learn's releases. Scikit-learn 1.5.0 We're happy to announce the 1.5.0 release. You can read the release highlights under https://scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html and...
dear author: I hope this message finds you well. I am currently working on retraining the Graph Matching Networks (GMN) model using different feature sets and have encountered a challenge...