Re: Need help with Windows reversing: ccdgen.exe from TI

2023-05-03 Thread Mychaela Falconia
Hi DS, > Please have a look at https://www.freecalypso.org/members/ds/ccdgen.exe.c > which is the result of the whole executable decompilation. Is it from IDA or Ghidra? In either case, thank you for this point of reference - it gives me an idea of what can be expected from the existing tools.

Re: Need help with Windows reversing: ccdgen.exe from TI

2023-05-03 Thread Das Signal
Hi Mychaela, Both IDA (proprietary, expensive) and ghidra (open-source, free) have the capability of generating C code from a x86 binary. Unfortunately the compilation process loses information in particular function names and types, so in the absence of debug information (.pdb) the result of the