AeDebug\Debugger 中的哪个字符串将 IDA Pro 作为调试器附加?
我需要使用 IDA Pro 调试一些二进制崩溃。 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
值中用于启动附加到崩溃进程的 IDA Pro 的命令行是什么?
我查看了IDA的命令行开关,但没有发现任何结果。
I need to debug some binary crash using IDA Pro. What is the command-line in the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug\Debugger
value that starts IDA Pro attached to the crashed process ?
I looked in the command-line switches of IDA but found nothing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
IDA Pro 可以将自己设置为 JIT 调试器。
IDA Pro can set itself as a JIT debugger.