问题
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