首页
社区
课程
招聘
[转帖]BinaryAI Python SDK
发表于: 2020-7-23 18:59 2753

[转帖]BinaryAI Python SDK

2020-7-23 18:59
2753

BinaryAI Python SDK

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.


Python SDK

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


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.


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


_https://github.com/binaryai/sdk



[课程]Linux pwn 探索篇!

收藏
免费 1
支持
分享
最新回复 (2)
雪    币: 1760
活跃值: (1616)
能力值: ( LV12,RANK:222 )
在线值:
发帖
回帖
粉丝
2
要IDA 7.3+F5才能用
2020-7-24 09:08
0
雪    币: 2359
活跃值: (288)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
学习一下
2020-7-24 22:09
0
游客
登录 | 注册 方可回帖
返回
//