Skip to content

davendu/binaryai_sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 binary functions with the most possible source codes.

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 manage their own private function sets, but will be broadened to support more features in the future.

Please see the Documentation for more details.

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.

Packages

No packages published

Languages

  • Python 100.0%