求助,IDA Pro F5提示call analysis failed
本帖最后由 zkj 于 2020-6-14 22:15 编辑在分析一款u3d游戏的libil2cpp.so,在一个解密的函数,按F5出错,还请帮忙看下。
System.Array$$Copy_17308400按F5反编译出来函数签名如下:
void __cdecl System_Array__Copy_17308400(System_Array_o *sourceArray, int32_t sourceIndex, System_Array_o *destinationArray, int32_t destinationIndex, int32_t length)
有5个参数,查了下可能出现的原因有以下两种:
1、IDA无法识别出正确的调用约定(calling convention);2、IDA无法识别出正确的参数个数。参考链接:https://www.cnblogs.com/echo579/p/6564433.html
这个函数有问题 建议内存dump so 因为你找到的帖子 并不是通用的方法
页:
[1]