ida pro反编译不正确的结果

Ehs*_*san 3 ida decompiler

最近我试图在ida pro 6.1中反编译ida out输出不正确的结果,对于所有我反编译的函数我只收到这个代码:

int result; // eax@1
return result;
Run Code Online (Sandbox Code Playgroud)

对于所有函数我反编译而不是正确的反编译输出它只显示,例如:

int __cdecl sub_975BB0()
{
    int result; // eax@1
    return result;
}
Run Code Online (Sandbox Code Playgroud)

其中一些有空输出:

void __cdecl sub_975C50(int a1)
{
  ;
}
Run Code Online (Sandbox Code Playgroud)

从2天前开始工作的奇怪之处,但突然之间就是这样.我刷新了ida 6.1安装,但没有区别.谢谢你帮助^^

小智 8

我有同样的问题,解决它设置你的时钟(日期)到2014年,将工作