Skip to content
/ acfg Public

Extracting the ACFG feature of each function from the binary file based on angr

License

Notifications You must be signed in to change notification settings

yueyuep/acfg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acfg

Extracting the ACFG feature of each function from the binary file based on angr.

基于angr从二进制文件中提取每个函数的ACFG特征。

Install

pip3 install -r requirements.txt

Usage

python3 main.py -h

usage: main.py [-h] [-v] [-o OUTPUT] inputFile

提取二进制程序特征

positional arguments:
  inputFile             二进制文件

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -o OUTPUT, --output OUTPUT
                        =存储目录

Example

From single binary

python3 main.py -o ./out/ data/busybox

About

Extracting the ACFG feature of each function from the binary file based on angr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages