Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ida pro decompiling incorrect result

Tags:

decompiler

ida

recently i tried to decompile in ida pro 6.1 the ida out puts incorrect result , for all i decompile the functions i only receive this code :

int result; // eax@1
return result;

for all functions i decompile instead of the correct decompile out put it only shows that, for example:

int __cdecl sub_975BB0()
{
    int result; // eax@1
    return result;
}

and some of them have null output :

void __cdecl sub_975C50(int a1)
{
  ;
}

the wondering thing it was working since 2 days ago but suddenly it is working like that. i refreshed the ida 6.1 installation but no difference made . Thanks for helping ^^

like image 815
Ehsan Avatar asked Dec 30 '25 08:12

Ehsan


1 Answers

i have same problem, to solve it set your clock(date) to 2014, will work

like image 58
Adriano Silva Avatar answered Jan 02 '26 15:01

Adriano Silva



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!