MacOS_x64 的安装可以参考下面的文章
https://mrx.hk/posts/f66fa9e6643dec79c46f35361986b601/
https://mp.weixin.qq.com/s/hJ_hjsLyQ4rgNjeMlMyzQQ
下载的链接可以参考下面的链接
https://gofile.io/d/cdAsOw
arm的安装和 MacOS_x64 前面是一样的
后面有一些注意的点补充一下
在用 keygen.py 生成 libida.dylib.patched 与 libida32.dylib.patched 之后,重命名把他们原文件替换了之后,打开 IDA Pro 如果出现了报错,导致类似下图,可以试试下面两行命令
报错图片
[Shell] 纯文本查看 复制代码 sudo codesign --force --deep --sign - /Applications/IDA\ Professional\ 9.1.app/Contents/MacOS/libida.dylib
sudo codesign --force --deep --sign - /Applications/IDA\ Professional\ 9.1.app/Contents/MacOS/libida32.dylib
|