Page 1 of 1

Decompiling hmg exe

Posted: Thu Mar 08, 2018 6:27 am
by hmgchang
Hello All....

Is it possible to de_compile exe file build with hmg to source code ?

TIA
Rgds
Chang

Re: Decompiling hmg exe

Posted: Thu Mar 08, 2018 7:15 am
by bpd2000
Not known, but you can not do that

Re: Decompiling hmg exe

Posted: Thu Mar 08, 2018 7:38 am
by dragancesu
if you succeed write how you did it
Clipper has p-code not a real compiler
The harbour works differently, the clipper program translates into c ++ and then compiles

Search "decompile c++", but the result is ASM code or using debugger

Re: Decompiling hmg exe

Posted: Thu Mar 08, 2018 9:48 am
by Anand
hmgchang wrote: Thu Mar 08, 2018 6:27 am Is it possible to de_compile exe file build with hmg to source code ?
No. Clipper compiled exe can be and I have, de-compiled as they were p-code. I have got full source code from the exe.
Hmg compiled exe are more like C++ exe, which will not give hmg source code but assembler codes.

Regards,

Anand