Page 1 of 1

Executable Obfuscation

Posted: Sun Feb 02, 2014 9:33 pm
by theamigaone
Just got my copy of Hollywood and built my own example Exe's, put them in a hex editor only to notice the byte code could quite easily (at first glance) be reserve engineered. Is there any compiler flags to compress or obfuscate to make it harder to peek.

Re: Executable Obfuscation

Posted: Mon Feb 03, 2014 11:29 pm
by airsoftsoftwair
Did you try the COMPRESS argument? This should make obvious things like strings invisible... By the way, it's impossible to get the original code out of a compiled Hollywood script because it's all bytecode so a decompiled version will definitely not be very readable.

Re: Executable Obfuscation

Posted: Tue Feb 04, 2014 12:53 pm
by theamigaone
Thanks, thought there was a compress function.