• Stars
    star
    118
  • Rank 299,923 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 6 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

idamagnum is a plugin for integrating MagnumDB requests within IDA

idamagnum

idamagnum is a plugin for integrating MagnumDB requests within IDA

Installation

Just drop the single Python file idamagnum_plugin.py into IDA's plugin directory.

Usage

IDA is shipped with a pretty limited number of standard enums. Usually, when typing M on an unknown enum, the following disappointment happen :

no enum found really, there is no enum

Fortunately, a wonderful person decided to take on the ungrateful task of extracting all "magic" constants from various Microsoft Kits (SDK, WDK, DotNet Core, etc.) and setting up a website to query them : https://magnumdb.com.

Thanks to this plugin, you can now query the MagnumDB by typing Shift-M when selecting an unknown constant. A chooser menu should pop up (kinda like M shortcut) populated with values from MagnumDB:

choose, baby choose

Once the enum selected, the plugin automatically tag the constant with the correct name:

yes

Credits

Simon Mourier for creating MagnumDB.com and helping me quering it from IDA.