Page 1 of 1

Code obfuscation

Posted: 13 Aug 2014, 10:57
by Ronins
Hey everyone,

I found this http://www.autohotkey.com/board/topic/8 ... y-scripts/ but I can't properly set it up for obfuscation. Has anyone successfully used in AHK 1.1.15.x?
Or is there any other obfuscator available?

Thanks

Re: Code obfuscation

Posted: 13 Aug 2014, 15:47
by guest3456
I tried for a bit to get this to work, but ultimately there ended up being too many quirks to account for. I suppose I will probably try again at some point

Re: Code obfuscation

Posted: 14 Aug 2014, 03:57
by Ronins
I tried it too. The straight obfuscation one, but the final obfuscated file didnt have my code, it was empty with some "headers" on top of it

Re: Code obfuscation

Posted: 14 Aug 2014, 09:31
by guest3456
You need to first generate some intermediate file, and then do the obfuscation

Re: Code obfuscation

Posted: 14 Aug 2014, 11:49
by Sergo_bro
Can be a guide on the use of?

Re: Code obfuscation

Posted: 14 Aug 2014, 12:21
by ahcahc
The input file is not an ahk script but a text file that contains the path and filename of the ahk script you want to obfuscate. Read the README.txt inside "example-obfuscated-programs" folder.

Re: Code obfuscation

Posted: 31 May 2018, 09:57
by DigiDon
Hi, it is old but still bumps on Google for 'autohotkey obfuscation'

So, for info I've just released a major improved version of David Malia's Dynamic Obfuscator called 'AHK Dynamic Obfuscator L'.
[TOOL] AHK Dynamic Obfuscator L - Protect your code by Obfuscation
You need to go through the updated documentation for proper use and check examples inside the package.

Re: Code obfuscation

Posted: 31 May 2018, 13:19
by Cuadrix
To obfuscate your Autohotkey code, use AHK source code Encryptor v2.0 By FeiYue:
https://autohotkey.com/boards/viewtopic ... +Encryptor
It works very well.

Re: Code obfuscation

Posted: 31 May 2018, 13:38
by DigiDon
Edit (soften answer): Explanations seem lacking for this this project and the code is not open-source. It is not obfuscation but seems to be a short encryption technique.

'AHK Dynamic Obfuscator L' is open-source, obfuscation tool, flexible and completely documented.

But choice is to the user.