在 IDA Pro 上安装脚本
在网上,我看到了对 IDA Pro 的“脚本” 的引用,但可以不知道如何为 IDA Pro 4.9 免费软件版本加载或安装它们。
我该怎么做?我特别希望使用 PE 脚本。
Around the net I've seen reference to "scripts" for IDA Pro, but can't work out how to load or install them for IDA Pro 4.9 Freeware Version.
How do I do this? In particular I wish to use PE Scripts.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果这些脚本是 IDC 脚本,则可以使用
File ->; 加载它们。 IDC 文件...
。如果此项不存在,则该功能可能在免费版本中被禁用。
If those scripts are IDC scripts, they can be loaded from with
File -> IDC File...
.If this item does not exist, then probably this feature is disabled in the free version.
您无法真正安装 IDA Pro 脚本。您只需将 IDA Pro 指向这些脚本即可。
一些脚本文件对 IDA Pro 有特殊考虑,例如 ida.idc、onload.idc 等...
您也可以使用 -Sscript.idc 开关从命令行运行 IDC
You cannot really install script for IDA Pro. You just point IDA Pro to them scripts.
Some script file have special consideration for IDA Pro, such as ida.idc, onload.idc, etc...
You can run an IDC from the command line too with the -Sscript.idc switch