Page 1 of 1
Create registry value in each run
Posted: Thu Dec 05, 2013 3:24 pm
by DanteAlain
I wonder if enigma protector has a function that let me create a value into windows registry or open a process/executable file, in each run of the protected exe.
Thanks

Re: Create registry value in each run
Posted: Thu Dec 05, 2013 4:04 pm
by Enigma
Hi DanteAlain,
Hum, what if you just create a plugin for Enigma Protector that will create a value, run exe, or do anything you would like? That's the most simple way. There is an Enigma Plugins SDK in the installation folder with the examples for the plugin template.
Re: Create registry value in each run
Posted: Thu Dec 05, 2013 4:28 pm
by DanteAlain
ok, but if only have a compiled exe, not its source code, is possible integrate a plugin?
Re: Create registry value in each run
Posted: Thu Dec 05, 2013 4:40 pm
by Enigma
Of course. You develop a plugin, then attach it to project (
http://forum.enigmaprotector.com/viewto ... f=26&t=655), and then this plugin will be run while the protected application is run.