All Projects → a1ext → Auto_re

a1ext / Auto_re

IDA PRO auto-renaming plugin with tagging support

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Auto re

Idangr
Use angr in the IDA Pro debugger generating a state from the current debug session
Stars: ✭ 214 (-44.85%)
Mutual labels:  ida, ida-pro, plugin
Hyara
Yara rule making tool (IDA Pro & Binary Ninja & Cutter Plugin)
Stars: ✭ 142 (-63.4%)
Mutual labels:  ida, ida-pro
xray
Hexrays decompiler plugin that colorizes and filters the decompiler's output based on regular expressions
Stars: ✭ 97 (-75%)
Mutual labels:  ida, ida-pro
idaxex
Xbox360/Xenon loader plugin for IDA 7.2+, and xex1tool, supporting most known Xbox360/Xenon .XEX executable file formats.
Stars: ✭ 48 (-87.63%)
Mutual labels:  ida, ida-pro
IDAShell
Shell extension for opening executables in IDA
Stars: ✭ 172 (-55.67%)
Mutual labels:  ida, ida-pro
ida migrator
IDA Migrator is an IDA Pro plugin which helps migrate existing work from one database instance to another. It Conveniently migrates function names, structures and enums.
Stars: ✭ 65 (-83.25%)
Mutual labels:  ida, ida-pro
idaplugins
Random IDA scripts, plugins, example code (some of it may be old and not working anymore)
Stars: ✭ 24 (-93.81%)
Mutual labels:  ida, ida-pro
Hrdevhelper
Context-sensitive HexRays decompiler plugin that visualizes the ctree of decompiled functions.
Stars: ✭ 193 (-50.26%)
Mutual labels:  ida, ida-pro
idapython-cheatsheet
scripting IDA like a Pro
Stars: ✭ 13 (-96.65%)
Mutual labels:  ida, ida-pro
MCExplorer
Python portage of the Microcode Explorer plugin
Stars: ✭ 28 (-92.78%)
Mutual labels:  ida, ida-pro
Ipyida
IPython console integration for IDA Pro
Stars: ✭ 358 (-7.73%)
Mutual labels:  ida, ida-pro
idapm
idapm is IDA Plugin Manager via GitHub Repository.
Stars: ✭ 50 (-87.11%)
Mutual labels:  ida, ida-pro
Idacyber
Data Visualization Plugin for IDA Pro
Stars: ✭ 244 (-37.11%)
Mutual labels:  ida, ida-pro
dynlib
IDA Pro plugin to aid PS4 user mode ELF reverse engineering.
Stars: ✭ 51 (-86.86%)
Mutual labels:  ida, ida-pro
Lumen
A private Lumina server for IDA Pro
Stars: ✭ 257 (-33.76%)
Mutual labels:  ida, ida-pro
idasix
IDAPython compatibility library. idasix aims to create a smooth ida development process and allow a single codebase to function with multiple IDA/IDAPython versions
Stars: ✭ 24 (-93.81%)
Mutual labels:  ida, ida-pro
Rematch
REmatch, a complete binary diffing framework that is free and strives to be open source and community driven.
Stars: ✭ 141 (-63.66%)
Mutual labels:  ida, ida-pro
Ida Evm
IDA Processor Module for the Ethereum Virtual Machine (EVM)
Stars: ✭ 185 (-52.32%)
Mutual labels:  ida, ida-pro
obfDetect
IDA plugin to pinpoint obfuscated code
Stars: ✭ 99 (-74.48%)
Mutual labels:  ida, ida-pro
IDA7-FunctionStringAssociate
FunctionStringAssociate plugin by sirmabus, ported to IDA 7
Stars: ✭ 17 (-95.62%)
Mutual labels:  ida, ida-pro

Join the chat at https://gitter.im/auto_re/Lobby

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].