About This File
Purpose
converts map files from IDA or DeDe to OllyDBG
Introduction
Here is my first plugin for OllyDBG. I don't know c++ but this magnificent debugger give me patience and will to do that. Please don't laugh on my c code. [gf+]
Usage
Copy mapconv.dll in OllyDBG directory and then:
- You must create .map file using IDA or DeDe
- Run program from OllyDBG or atach to it
- Select what info to replace (comments or labels)
- Use plugin to select map file for this process
- Right-click on CPU window, and "Search for"/"User-defined comment" or "User-defined labels" to browse the imported info from map file
History
1.4 added dynamic resolution of the address of code section should now work for dlls and other processes that don't have codebase = 00401000h 😃
1.3 recompiled with OllyDbg Plugin Developement Kit v1.8 + BCB60
1.03 bug fixes and some features added
1.02 recompiled with OllyDbg Plugin Development Kit v1.06
1.01 added option to replace comments and/or labels
1.00 first release
Note
If you mixed up map files just delete process.udd which resides in OllyDBG directory.
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now