Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nihilus/fast_idb2sig_and_loadmap_ida_plugins
https://github.com/nihilus/fast_idb2sig_and_loadmap_ida_plugins
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nihilus/fast_idb2sig_and_loadmap_ida_plugins
- Owner: nihilus
- Created: 2014-08-31T12:22:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-24T19:16:31.000Z (almost 9 years ago)
- Last Synced: 2024-05-27T12:01:32.922Z (6 months ago)
- Language: C++
- Homepage: http://www.woodmann.com/collaborative/tools/index.php/Fast_IDB2Sig_and_LoadMap_IDA_plugins
- Size: 39.1 KB
- Stars: 20
- Watchers: 7
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Fast_IDB2Sig_and_LoadMap_IDA_plugins
====================================
http://www.woodmann.com/collaborative/tools/index.php/Fast_IDB2Sig_and_LoadMap_IDA_pluginsIt took me two weeks to write two IDA plugins, a renew, fast IDB2Sig plugin and a new, very fast LoadMap plugin.
The IDB2SIG plugin I rewrote base on the orginal source code and idea of:
- Quine ([email protected])
- Darko
- IDB2PAT of J.C. Roberts
Thanks all of you very much. I think all of you will allow me to public the new source code.
The LoadMap plugin I wrote base on the idea of Toshiyuki Tega. It will supports loading and parsing VC++, Borland (Delphi/BC++/CBuilder) and DeDe map files.
And with two plugins, I need only two days to create two signature file for Delphi 6/7. Very fast and convenience. Hereafter, we can use two above plugins to create signature files, load map symbols...Source is included, and plugins are precompiled for IDA 4.5 and 5.2.
---- UPDATED by Swine
06.10.2011 Fixed behavior for 64-bit disassemblies