decompiling .exe files
decompiling .exe files
(OP)
Hi guys,
If I convert a QBASIC program into an .EXE file how easy is it for someone to decompile it and recover the original code?
Thanks for your help.
If I convert a QBASIC program into an .EXE file how easy is it for someone to decompile it and recover the original code?
Thanks for your help.






RE: decompiling .exe files
DimensionalSolutions@Core.com
While I welcome e-mail messages, please post all thread activity in these forums for the benefit of all members.
RE: decompiling .exe files
JWB46
RE: decompiling .exe files
Just a final question on this - I actually want to stop other people recovering the source code from the .exe file. Is there anything more I could do using facilities available in QBasic ?
Thanks
JWB46
RE: decompiling .exe files
However... if you want them to be confused more... just "messy" up your code some. Messy code is much harder to read and figure out even in it's original form. Once compiled... it's even harder to figure out.
One last thought... Convert your code to VB and recompile it. Get on the internet and buy yourself a copy of the ASPACK program ( which packs executibles for Windows so they don't take up so much disk space ). Use ASPACK to repackage your code.
ASPACK wasn't developed to be protection against pirates... however... it does obfuscate the compiled code so that only a very hard core cracker will ever be able to get into it and figure out which end is up.
Dan
RE: decompiling .exe files
JWB46