We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
could you provide the whole original datasets?
The text was updated successfully, but these errors were encountered:
and provide the data precessing script?
Sorry, something went wrong.
Hey!
The original dataset used for training is Dataset-1 from Cisco Talos's Binary Similarity paper. The repo is here: https://github.com/Cisco-Talos/binary_function_similarity
The data processing used Bin2ml which is also on GitHub. It can be found here: https://github.com/br0kej/bin2ml
To generate the data, you use bin2ml to extract the cfg data type -m cfg and then use bin2ml to generate esil function strings.
-m cfg
You should then end up with a processed dataset that looks like the one linked in the Section 4 of the README.
Hope that helps!
No branches or pull requests
could you provide the whole original datasets?
The text was updated successfully, but these errors were encountered: