ida pro 反编译结果不正确
ida pro decompiling incorrect result
最近我尝试在 ida pro 6.1 中反编译,但 ida 输出的结果不正确,因为我反编译函数时只收到此代码:
int result; // eax@1
return result;
对于我反编译的所有函数,而不是正确的反编译输出,它只表明,例如:
int __cdecl sub_975BB0()
{
int result; // eax@1
return result;
}
其中一些有空输出:
void __cdecl sub_975C50(int a1)
{
;
}
奇怪的是它从 2 天前就开始工作了,但突然间就变成那样了。
我刷新了 ida 6.1 安装但没有任何区别。
谢谢帮忙^^
我有同样的问题,要解决它,请将时钟(日期)设置为 2014 年,这样就可以了
最近我尝试在 ida pro 6.1 中反编译,但 ida 输出的结果不正确,因为我反编译函数时只收到此代码:
int result; // eax@1
return result;
对于我反编译的所有函数,而不是正确的反编译输出,它只表明,例如:
int __cdecl sub_975BB0()
{
int result; // eax@1
return result;
}
其中一些有空输出:
void __cdecl sub_975C50(int a1)
{
;
}
奇怪的是它从 2 天前就开始工作了,但突然间就变成那样了。 我刷新了 ida 6.1 安装但没有任何区别。 谢谢帮忙^^
我有同样的问题,要解决它,请将时钟(日期)设置为 2014 年,这样就可以了