Skip to content

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

Notifications You must be signed in to change notification settings

hustwyk/binCFGs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages