Can't find plugins menu in IDA toolbar

蹲街弑〆低调 提交于 2021-01-29 08:14:57

问题


I'm using IDA pro 7.5 and I want to activate a plugin that I put in the plugins dir. in every tutorial I saw, I need to go to Edit -> Plugins and use the plugin but there is no Plugins menu in Edit.

Thanks in advance for any help.


回答1:


You should check the output window when you start IDA, if the plugin is not loaded, it will display the error. If the author added some print statements you will see them too. You can also start IDA with -z20 for plugin debug (see idat -h).



来源:https://stackoverflow.com/questions/65214439/cant-find-plugins-menu-in-ida-toolbar

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!