Skip to content

koharin/idapro_auto_decompile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDA Pro Auto Decompile

  • Get Decompile code without executing IDA Pro GUI using IDAPython and idat.exe or ida.exe

Future Work

  • JSON formatting [V]
  • Add binary info, compile info, build info to output json file [V]
  • complete headless [V]

file

  • idapro-decompile.py: only Decompile
  • idapro-headless.py: get binary info, build info, function decompile info in json format

IDA Pro Version

  • 7.7

Usage

.\idat64.exe -A -S"path\\to\\script.py" "path\\to\\binary"
.\ida64.exe -A -S"path\\to\\scipt.py" "path\\to\\binary"
  • need to give a target binary path with double quotes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages