password
status
date
icon
category
tags
slug
summary
0x00 起因
- Mac 上能用的 IDA Pro 破解版只有 7.0 比较舒服
- IDAGolangHelper 对 7.0 不友好,网上的兼容 7.0 方法有时候不好用
0x01 解决方法
1.1 购买正版
正版最新版对支持分析 Go,也不用担心版本问题了,土豪的选择
1.2 替代方案
修改 IDA pro 7.0 包内容
IDAPro/ida.app/Contents/MacOS/python/idc_bc695.py
113 行修改为
def MakeStr(ea, endea): return create_strlit(ea, endea)
下载 go_parser
git clone https://github.com/0xjiayu/go_parser.git
IDA->File->Script File
选择
go_parser.py
可以开始分析 Go 程序了
- 作者:fatekey
- 链接:https://blog.fatekey.icu/article/macidago
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。