jensneuhaus / sdk

BinaryAI Python SDK

Home Page:https://binaryai.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BinaryAI Python SDK

ida PUBLISH Downloads Gitter

Introduction

BinaryAI is a Neural Search Engine for binaries developed by Tencent Security KEEN Lab, aiming to help security researchers match the most similar source codes in a given binary.

BinaryAI provides three ways to access core APIs of BinaryAI Search Engine framework.

  1. Python SDK

    BinaryAI provides users with the ability to write custom tools to analyze binaries. Please refer to BinaryAI SDK Reference.

  2. IDA plugin

    BinaryAI provides an IDA plugin to assist reverse engineering analysis with the IDA Pro user interface. The IDA Pro plugin enables users to apply BinaryAI retrieval results from source codes of millions of functions in the cloud to the file loaded in IDA Pro with a few clicks.

  3. Command line tool

    The command line tool now facilitates users with easy access to install the IDA plugin.

Installation

pip install --upgrade binaryai
# then you can add the binaryai plugin into $IDAUSR
binaryai install_ida_plugin

Token Registration

A token is all you need to join BinaryAI Community, please apply for it here.

Documentation

Please see the Documentation for more details.

Additional Reading

Order Matters: Semantic-Aware Neural Networksfor Binary Code Similarity Detection

CodeCMR: Cross-Modal Retrieval For Function-Level Binary Source Code Matching

About

BinaryAI Python SDK

https://binaryai.readthedocs.io/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%