IDAPro F5出现too big function 解决方法

遇到了报错
报错信息:

Decompilation failure:
8048602: too big function

Please refer to the manual to find appropriate actions
IDAPro F5出现too big function 解决方法
解决
修改配置文件IDA 7.0\cfg\hexrays.cfg

MAX_FUNCSIZE            = 64        // Functions over 64K are not decompiled
 
// 修改为:
MAX_FUNCSIZE            = 1024        // Functions over 64K are not decompiled

但是反编译卡死了,勾了,又改回了默认

上一篇:加壳与脱壳--将ShellCode写入PE


下一篇:GFPGAN源码分析—第五篇