冥界3大法王 发表于 2017-6-21 16:54

为xxx安装MSDN Helper的那点事

本帖最后由 姐又寡闻了 于 2019-6-6 22:34 编辑

论坛中会用OD的人一般都知道这么件事:那就是在OD中,在需要的时候按下ctrl+F1,就能调用API速查手册



API函数的原型,调用的参数里边写得清清楚楚的

千万别告诉我你又不知道{:301_1004:}

同样的IDA也有类似的功能,其他名曰:《 MSDN Helper》
官方链接在这个地方:https://github.com/0xRumple/IMH

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这里我就我一一翻译了,告诉你Alt+Z来启用!

open MSDN description for this function.

Files

IMH.exe ==> Loader and helper for IDA Pro x86.    所需要的文件 这是 x86的

IMH_x.exe ==> Loader and helper for IDA Pro x64.。。。。。这是x64的

Instructions

Download and install Windows SDK 7 link: http://www.microsoft.com/en-us/download/details.aspx?id=8279 关键在这两行

Download and install H3Viewer link: http://visualstudiogallery.msdn.microsoft.com关键是以上东西安装之后,所要的库文件,并没有显示出来。显然需要安装 vs2010否则这个离线查看器就会提醒你!H3Viewer - Help Viewer for VS 2010经过搜索在这个地方https://marketplace.visualstudio.com/items?itemName=RobChandlerHelpMVP.H3Viewer-HelpViewerforVS2010百度搜索了下说要这个东西 http://jingyan.baidu.com/article/295430f1c387970c7f005058.html可是前一步的安装列表中并未出现过。最后得知要下载 http://www.jb51.net/softjc/95908.html (VS2010) 这个安装才会出现那个东东娘的,那个包包要2G大,为了查询有点得不偿失,只好姑且作罢,仅以此文献给有同样需求的朋友。
Check whether you can browse MSDN library through H3Viewer. Otherwise, you may have to download "Win32 and COM Development"

Copy IMH.exe and IMH_x.exe into IDA Pro main folder 这句也好理解就是复制这两个下载到的文件到IDA的主目录下!

You can open IDA Pro using IMH executable files or open IDA then IHM

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 ".
怎么查看电脑.NET Framework版本?
C:\Windows\Microsoft.NET\Framework
C:\Windows\Microsoft.NET\Framework64自己回车就列出来了

★邪梦 发表于 2017-6-21 17:47

支持一下,感谢分享,

gunxsword 发表于 2017-6-21 18:01

OD有这个功能吗...还真不知道...话说....你这个CTRL+F1的也是个插件吧,并不是OD自身原生的功能!

龙木 发表于 2017-6-21 18:18

回帖是种美德!!

whyida 发表于 2017-6-21 18:56

有个绿色版1个G.现在都直接上微软网站查。

smile1110 发表于 2017-6-22 16:21

òhelp odоЩ棬
页: [1]
查看完整版本: 为xxx安装MSDN Helper的那点事