Executable Obfuscation

Feature requests for future versions of Hollywood can be voiced here
Post Reply
theamigaone
Posts: 2
Joined: Sat Feb 01, 2014 11:37 pm

Executable Obfuscation

Post 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.
User avatar
airsoftsoftwair
Posts: 5433
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Executable Obfuscation

Post 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.
theamigaone
Posts: 2
Joined: Sat Feb 01, 2014 11:37 pm

Re: Executable Obfuscation

Post by theamigaone »

Thanks, thought there was a compress function.
Post Reply