本帖最后由 zkj 于 2020-6-14 22:15 編輯
1592144085(1).jpg (111.65 KB, 下載次數(shù): 96)
下載附件
保存到相冊(cè)
2020-6-14 22:14 上傳
在分析一款u3d游戲的libil2cpp.so,在一個(gè)解密的函數(shù),按F5出錯(cuò),還請(qǐng)幫忙看下。
System.Array$$Copy_17308400 按F5反編譯出來(lái)函數(shù)簽名如下:
void __cdecl System_Array__Copy_17308400(System_Array_o *sourceArray, int32_t sourceIndex, System_Array_o *destinationArray, int32_t destinationIndex, int32_t length)
有5個(gè)參數(shù),查了下可能出現(xiàn)的原因有以下兩種:
1、IDA無(wú)法識(shí)別出正確的調(diào)用約定(calling convention); 2、IDA無(wú)法識(shí)別出正確的參數(shù)個(gè)數(shù)。 參考鏈接:https://www.cnblogs.com/echo579/p/6564433.html
|