Ida Pro Decompile To C
return result;
You have a suspicious sample. Instead of tracing 500 assembly instructions, decompile to C. Look for: ida pro decompile to c
No decompiler is perfect. Here is where the "C" output fails. return result; You have a suspicious sample
Highly optimized code (like O3 in GCC) can result in "spaghetti" C code that looks nothing like the original source. ida pro decompile to c

