Is it Possible?

Questions, downloads, issues related to plugins for Enigma Protector
Post Reply
Unc3nZureD
Posts: 40
Joined: Thu Jun 14, 2012 6:06 am

Is it Possible?

Post by Unc3nZureD »

Is that possible to use an AutoIT script as a plugin? Since I don't really know other languages, is there any way to do it?
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: Is it Possible?

Post by Enigma »

It can be possible if AutoIt allows to make .dll files instead of exe.

Does it allow to make dll files?
Unc3nZureD
Posts: 40
Joined: Thu Jun 14, 2012 6:06 am

Re: Is it Possible?

Post by Unc3nZureD »

AutoIt is interpreted language so you can't create DLL from AU3.
This is limitation "by design".
Sadly can't.
Enigma
Site Admin
Posts: 2939
Joined: Wed Aug 20, 2008 2:24 pm

Re: Is it Possible?

Post by Enigma »

Just as advice, you can take a freeware FreePascal and compile dll plugins with it. I think there are quite a lot of information of pascal/delphi programming, so it won't be a huge deal for you.
Post Reply