Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

binCFGs

Aim : Extract ASM, C, IR block CFG from binary file.

Method : Angr -> CFG, VexIR ; objdump -> Map(ASM, C)

Store : yaml

Setup

Environment (Recommend version)

  • python3(>=3.6)

  • gcc(==6.5)

  • objdump(==2.3)

Requirement (Recommend version)

  • angr(==8.19.10.30)

  • ruamel.yaml(==0.16.5)

  • pyelftools(==0.25)

Run

More information : python3 extrfiles.py -h

About

Extract ASM, C, IR block CFG from binary file.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages