All Projects → giladreich → ida_migrator

giladreich / ida_migrator

Licence: MIT license
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.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ida migrator

Idarling
Collaborative Reverse Engineering plugin for IDA Pro & Hex-Rays
Stars: ✭ 588 (+804.62%)
Mutual labels:  ida, ida-pro, ida-plugin, idapython
obfDetect
IDA plugin to pinpoint obfuscated code
Stars: ✭ 99 (+52.31%)
Mutual labels:  ida, ida-pro, ida-plugin, idapython
Hyara
Yara rule making tool (IDA Pro & Binary Ninja & Cutter Plugin)
Stars: ✭ 142 (+118.46%)
Mutual labels:  ida, ida-pro, ida-plugin, idapython
Flare Ida
IDA Pro utilities from FLARE team
Stars: ✭ 1,374 (+2013.85%)
Mutual labels:  ida, ida-pro, ida-plugin, idapython
Idangr
Use angr in the IDA Pro debugger generating a state from the current debug session
Stars: ✭ 214 (+229.23%)
Mutual labels:  ida, ida-pro, ida-plugin, idapython
Ipyida
IPython console integration for IDA Pro
Stars: ✭ 358 (+450.77%)
Mutual labels:  ida, ida-pro, ida-plugin, idapython
Necromancer
IDA Pro V850 Processor Module Extension
Stars: ✭ 21 (-67.69%)
Mutual labels:  ida, ida-pro, ida-plugin, idapython
Amie
A Minimalist Instruction Extender for the ARM architecture and IDA Pro
Stars: ✭ 136 (+109.23%)
Mutual labels:  ida, ida-pro, idapython
IDA7-FunctionStringAssociate
FunctionStringAssociate plugin by sirmabus, ported to IDA 7
Stars: ✭ 17 (-73.85%)
Mutual labels:  ida, ida-pro, ida-plugin
Ida For Delphi
IDA Python Script to Get All function names from Event Constructor (VCL)
Stars: ✭ 92 (+41.54%)
Mutual labels:  ida, ida-pro, idapython
Hrdevhelper
Context-sensitive HexRays decompiler plugin that visualizes the ctree of decompiled functions.
Stars: ✭ 193 (+196.92%)
Mutual labels:  ida, ida-pro, idapython
Idawasm
IDA Pro loader and processor modules for WebAssembly
Stars: ✭ 264 (+306.15%)
Mutual labels:  ida, ida-pro, idapython
IDAShell
Shell extension for opening executables in IDA
Stars: ✭ 172 (+164.62%)
Mutual labels:  ida, ida-pro, ida-plugin
MCExplorer
Python portage of the Microcode Explorer plugin
Stars: ✭ 28 (-56.92%)
Mutual labels:  ida, ida-pro, hex-rays
Rematch
REmatch, a complete binary diffing framework that is free and strives to be open source and community driven.
Stars: ✭ 141 (+116.92%)
Mutual labels:  ida, ida-pro, ida-plugin
idapython-cheatsheet
scripting IDA like a Pro
Stars: ✭ 13 (-80%)
Mutual labels:  ida, ida-pro, idapython
Scratchabit
Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
Stars: ✭ 369 (+467.69%)
Mutual labels:  ida, ida-plugin, idapython
Hexrayspytools
IDA Pro plugin which improves work with HexRays decompiler and helps in process of reconstruction structures and classes
Stars: ✭ 873 (+1243.08%)
Mutual labels:  ida, ida-plugin, idapython
idaplugins
Random IDA scripts, plugins, example code (some of it may be old and not working anymore)
Stars: ✭ 24 (-63.08%)
Mutual labels:  ida, ida-pro, ida-plugin
DriverBuddyReloaded
Driver Buddy Reloaded is an IDA Pro Python plugin that helps automate some tedious Windows Kernel Drivers reverse engineering tasks
Stars: ✭ 210 (+223.08%)
Mutual labels:  ida, ida-plugin, idapython

IDA Migrator Plugin

IDA Migrator plugin aids migrating function names, structures and enums from one database instance to another.

This comes in handy when:

  • Moving to a newer version of IDA that does better analysis and you don't want to change in the new instance type information or variable names of the decompiled functions.
  • The current idb instance fails to decompile a function or the decompilation looks wrong in comparison to another idb instance of the same binary.
  • Experimenting on another idb instance before making major changes on the current instance.
  • A lightweight easy way of creating small incremental backups from the current work.
  • For w/e reason, the current idb instance you're working on gets corrupted.

IDA Migrator plugin developed using PyQt, hence should work on all platforms.

Getting Started

Download links can be found here.

Copy the files under the source directory and put them under your IDA installation plugins directory.

Start your current IDA instance you want to migrate from and then press CTRL+SHIFT+D to show the plugin's UI. Alternative; open it through the Edit -> Plugins -> IDA Migrator menu:

Intro

Step 1 - Exporting Data

Clicking the Export button will show all functions of the current database instance:

Exporter UI

Hint: You can uncheck any functions you want to exclude from exporting.

Once you click the Start Export button, it will ask you where would you like to export the files; One is the *symbols*.json storing addresses and function names and the other is *types*.idc having all the structures and enums information:

Exporter Files

Step 2 - Importing Data

In the new idb instance, open the plugin again and click on the Import button, which will then ask you to provide the *symbols*.json file:

Importer UI

Same procedure from here, just that once you click the Start Import button, it will ask you if you would like to import structures and enums as well from the exported *types*.idc file, that's optional for you to choose.

Note that it will only rename functions that does not have the same name and will output what functions has been affected in IDA's console:

Importer Results

Contributing

Pull-Requests are greatly appreciated should you like to contribute to the project.

Same goes for opening issues; if you have any suggestions, feedback or you found any bugs, please do not hesitate to open an issue.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

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].