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

2023-05-04 Thread Das Signal
Hi Mychaela, On Wed, May 03, 2023 at 12:38:07PM -0800, Mychaela Falconia wrote: > > 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

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

Need help with Windows reversing: ccdgen.exe from TI

2023-04-30 Thread Mychaela Falconia
Hello FreeCalypso community, Do we have anyone here who is knowledgeable about the current state of the art (and the state of readily available tools) in realm of static reversing of Windows executable binaries? Right now I (and FC project) could really benefit from a Windows binary decompiler -