Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

junron/auto-enum

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Enum

IDA/Binary Ninja Plugin to automatically identify and set enums for standard functions

Demo

Linux

demo6.mp4

See demo.c for the source code.

Windows

demo7.mp4

See demo-win.cpp for the source code.

Plugin Installation

Copy plugin/* to your IDA/Binary Ninja Plugin directory. No dependencies required.

TIL patching for IDA

Auto-enum can be integrated directly into the type library (TIL) files, allowing for enum loading without the plugin's installation. However, per-call analysis will only be available if the plugin is installed.

To modify the TIL files, run the following commands in the plugin/enumlib/scripts directory:

# Generate for linux
python3 apply_to_til.py --platform linux --overwrite
# Generate for Windows
python3 apply_to_til.py --platform windows --overwrite

Note that you must have IDA Pro 9 installed, with idalib activated.

As the TIL files installed with IDA will be modified, ensure that you have a backup of the til directory, as well as sufficient permissions to modify files in the IDA installation directory.

About

IDA/Binary Ninja Plugin to automatically identify and set enums for standard functions

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.