Skip to content

Automation plugins for various reversing tasks in IDA.

License

Notifications You must be signed in to change notification settings

twisted-fun/IDARE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDARE

Automation of various reversing tasks in IDA. Tested on IDA Pro 7.5 with Python 3.7 but should work with Python 2.7 as well.

Installation

Just put the scripts inside IDA Plugins directory and relaunch IDA.

Scripts

JumpTableFuncRename.py

  • Bulk renaming of functions inside jump tables.

VulnCandidateFinder.py

  • Finds possible vulnerable invocation of dangerous functions in the binary.
  • Lists all finding in a table view where address of function invocation, caller function name and repeatable comment are shown.
  • View allows editing caller function name as well as repeatable comment by key shortcuts n and ; respectively. Or by right click menu on any row.

About

Automation plugins for various reversing tasks in IDA.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages