Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaseralnajjar/IDA-MSDN-helper
IDA Pro MSDN Helper
https://github.com/yaseralnajjar/IDA-MSDN-helper
Last synced: 3 months ago
JSON representation
IDA Pro MSDN Helper
- Host: GitHub
- URL: https://github.com/yaseralnajjar/IDA-MSDN-helper
- Owner: yaseralnajjar
- Created: 2015-01-12T05:34:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T13:00:39.000Z (about 8 years ago)
- Last Synced: 2024-02-12T15:19:15.606Z (9 months ago)
- Language: AutoIt
- Size: 694 KB
- Stars: 37
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
IDA MSDN Helper
===================================================================================Description
-----------
Simply, this tool will help you to get to Offline MSDN help while using IDA Pro.By selecting a function name or a line that contains it in IDA then pressing Alt+Z, it will automatically
open MSDN description for this function.
Files
------------IMH.exe ==> Loader and helper for IDA Pro x86.
IMH_x.exe ==> Loader and helper for IDA Pro x64.
Instructions
------------
1) Download and install Windows SDK 7
link: http://www.microsoft.com/en-us/download/details.aspx?id=82792) Download and install H3Viewer
link: http://visualstudiogallery.msdn.microsoft.com3) Check whether you can browse MSDN library through H3Viewer. Otherwise, you may have to
download "Win32 and COM Development"4) Copy IMH.exe and IMH_x.exe into IDA Pro main folder
5) You can open IDA Pro using IMH executable files or open IDA then IHM
6) Select any line that contains a function name then press Alt+Z
Mechanism
------------
When you select a line that contains a function, such as "call MessageBoxA", the tool
will automatically trim this text into "MessageBox".
It also supports other forms of calling functions like "call ds:MessageBoxA" or "call esi ; MessageBoxA ".-----------
0xRumple