Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
auto_re — IDA PRO auto-renaming plugin with tagging support | Kitploit
Tools/GitHubGitHub/a1ext/auto_re
Static AnalysisReverse EngineeringDebuggersBinary Analysis
GitHuba1ext/auto_re

auto_re

IDA PRO auto-renaming plugin with tagging support

View Repository
7869413h 57m agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

AutoRE

Features

1. Auto-renaming dummy-named functions, which have one API call or jump to the imported API

Before

auto_rename_src.png

After

auto_rename_dst.png

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:

tags_view_0.png

tags_view_1.png

How TAGs look in unexplored code: tags_in_unexplored_code.png

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

function_rename.png

Installation

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

Download Tool