https://github.com/a1ext/auto_re
IDA PRO auto-renaming plugin with tagging support
https://github.com/a1ext/auto_re
ida ida-pro plugin tagging
Last synced: 8 months ago
JSON representation
IDA PRO auto-renaming plugin with tagging support
- Host: GitHub
- URL: https://github.com/a1ext/auto_re
- Owner: a1ext
- Created: 2016-09-16T17:26:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T21:19:14.000Z (about 1 year ago)
- Last Synced: 2024-10-28T00:00:16.890Z (about 1 year ago)
- Topics: ida, ida-pro, plugin, tagging
- Language: Python
- Size: 229 KB
- Stars: 598
- Watchers: 23
- Forks: 89
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-reverse-engineering - **291**星
README
[](https://gitter.im/auto_re/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Features
========
## 1. Auto-renaming dummy-named functions, which have one API call or jump to the imported API
### Before

### After

## 2. Assigning TAGS to functions accordingly to called API-indicators inside
* Sets tags as repeatable function comments and displays TAG tree in the separate view
Some screenshots of TAGS view:


How TAGs look in unexplored code:

You can easily rename function using its context menu or just pressing `n` hotkey:

# Installation
Just copy `auto_re.py` to the `IDA\plugins` directory and it will be available through `Edit -> Plugins -> Auto RE` menu