L4ys / LazyIDA

Make your IDA Lazy!
MIT License
1.07k stars 162 forks source link

是不支持ida7.6还有7.5吗? #17

Closed zhefox closed 2 years ago

zhefox commented 2 years ago

是不支持ida7.6还有7.5吗?

L4ys commented 2 years ago

It supports IDA Pro >= 7.0

zhefox commented 2 years ago

It supports IDA Pro >= 7.0

为何我丢入plugins后,并未启用该插件,且在edit->plugins里无法找到该插件的身影

L4ys commented 2 years ago

It won't add entries to plugins menu To use the LazyIDA function, just right-click in the disassembly view or pseudo code view

zhefox commented 2 years ago

It won't add entries to plugins menu To use the LazyIDA function, just right-click in the disassembly view or pseudo code view

一样的,在右键菜单中,我并未找到md中存在的相关功能选项,这是为什么呢

L4ys commented 2 years ago

Check your output window of IDA Pro, there should be a message "LazyIDA (v1.0.0.3) plugin has been loaded." If not, then check if there is an error message.

If none of the above messages appear, you may put the plugin in the wrong directory or your idapython was not configured correctly

L4ys commented 2 years ago

A common error is that idapython is using incorrect version of sip, which will cause PyQt5 to fail to load you may use idapyswitch.exe to set the correct version of python that idapython should use

zhefox commented 2 years ago

为何我丢进ida7.6的plugins里面,但实际上ida并未加载出该插件

ZHEFOX

@.*** | 发自 网易邮箱大师

---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2021年11月08日 00:55 | | 收件人 | @.> | | 抄送至 | @.**@.> | | 主题 | Re: [L4ys/LazyIDA] 是不支持ida7.6还有7.5吗? (Issue #17) |

It supports IDA Pro >= 7.0

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

zhefox commented 2 years ago

修改为from PyQt5 import*,解决了 程序加载问题,然后我该如何操作启用格式化字符串漏洞的检测窗口呢

zhefox commented 2 years ago

修改为from PyQt5 import*,解决了 程序加载问题,然后我该如何操作启用格式化字符串漏洞的检测窗口呢

已解决