BinDiff_NN: Learning Distributed Representation of Assembly for Robust Binary Diffing against Semantic Differences
Install the dependencies and Python3 to run code. The details instructions for installation are comming soon.
Briefly
- Extract the features database (comming soon..). We could not upload the pre- extracted assembly data, you can message us until we upload the code.
- Run the
python3 main.py
to train the network. - For prediction model, first get run the
parser_prediction.py
to generate model ready input. - Run
test_model.py
to get the prediction model.
Feature extration code is comming soon due to copyright issues