Page 1 of 1

Use of marker with autohotkey_L

Posted: Mon Dec 19, 2011 4:14 pm
by speedyorange
I have a autohotkey_L project and I have been testing the features of enigma on it. So far most of the enigma features work. My question is about enigma 'markers' and whether they can be used with autohotkey_L. I would like to use them but I suspect they can not because of the way that compiled autohotkey_L files are not really compiled until run time and the markers must be found by enigma when it is wrapping the exe. Is there a possibility that I am mistaken and enigma markers can be used with autohotkey_L?

Re: Use of marker with autohotkey_L

Posted: Tue Dec 20, 2011 10:02 am
by Enigma
Hi speedyorange, unfortunately, I'm not very aware in autohotkey. But I also doubt it can support markers. Markers in Enigma Protector is inline assembler routines, seems autohotkey does not support adding of inline assembler (maybe you can ask it on their support forum?).

But, autohotkey scripts allows to call functions from external dll (DllCall function). This means you can use wide range of Enigma API functions, and, for example, as I advised in the near topic http://forum.enigmaprotector.com/viewto ... 627&p=4371 use EP_RegKeyInformation function to extract sections array and so emulate RegCrypt markers.

autohotkey supports getting of environment variales, by using of function EnvGet, so you can use Miscellaneous - Environment Variables feature to store some strings and data inside the protection, and so increase entire protection level.

Let me know if you need more help.