Topic created on: October 20, 2012 05:35 CDT by sasho648 .
So the problem is that the IDA Pro can't decompile this assembly instructions:
add esp, -8
mov edx, [ebp+var_2680]
mov [esp], edx
mov edx, [ebp+var_2688]
mov [esp+4], edx
call eax ; here it said the error ("call analysis failed")
I tried setting operand type but it still doesn't work. This is an COM object function call. I decompiled this part myself. But the function is too long... Any suggestions to fix this error?