Using Enigma API with Adobe Air

Post here any topics that related to Enigma Protector, its functionality, your misunderstanding, offers to improvements etc etc etc
Post Reply
ea_wdp
Posts: 1
Joined: Wed Jun 17, 2015 6:27 am

Using Enigma API with Adobe Air

Post by ea_wdp »

Can I use the Enigma API to create a Native Extension for my Adobe Air project.

I am developing an Adobe Air for desktop application and wondering if it is possible that I use the Enigma API for registration and licensing of my application by creating a native extension that calls the functions inside Enigma API DLL file.
Enigma
Site Admin
Posts: 2938
Joined: Wed Aug 20, 2008 2:24 pm

Re: Using Enigma API with Adobe Air

Post by Enigma »

Hi, I'm not much aware of how Adobe Air works, but if you can call functions from a custom dll inside this project then yes, you may use Enigma API as well.

Everything you will need - just load the enigma_ide.dll, then get offset of the neecssary function and call it.

After you protect the file, protection will automatically recognize the loading of enigma_ide.dll and will return expected result.
Post Reply