findhash icon indicating copy to clipboard operation
findhash copied to clipboard

你好,能开发个ida 7.0版本的吗

Open wangzhou25 opened this issue 3 years ago • 2 comments

修改了部分报错后在ida7.0执行有出结果,mac上,但感觉和一篇博客上的输出信息不对,ida7.5虚拟机装了后选项里没有插件

wangzhou25 avatar Nov 21 '21 14:11 wangzhou25

看看你的ida python是不是python2 ,如果是python2,将代码风格改一下即可

JIUNLIU233 avatar Jan 11 '22 02:01 JIUNLIU233

带有f"...{xxx}..."的都改成 "...{}....".format(xxx)就可以了。

bsdcpp avatar Apr 26 '23 06:04 bsdcpp