Script syntax is very similar to Visual Basic, look at the "Enigma Protector\EnigmaSDK\VB" folder "enigma_ide.bas" file, there are definitions of Enigma API for Visual Basic, maybe it also could be supported by autoit!
Edited:
For example, this is only my thoughts, to call a Enigma API function you may use the following code
Code: Select all
DllCall("enigma_ide.dll", "int", "EP_RegLoadAndCheckKey");
if this call return non zero, then the program is registered. Do not forget that Enigma API will work only after you protect the file.
Syntax is more like to Opus... seems.