Page 1 of 1

how to protect a file with with specified parameters?

Posted: Sun Mar 22, 2020 11:09 am
by age
I have a file: abc.exe.I want the EXE implementation to run only on the specified command line.
For example:
abc.exe -data -update -cc,If you use this command line to run abc.exe,then abc.exe can be runned successfully.
If you just double click abc.exe,then failed.

how should I do with Enigma protector?

Re: how to protect a file with with specified parameters?

Posted: Mon Mar 23, 2020 6:46 am
by Enigma
Hi, you can develop a plugin for Enigma Protector where implement this functionality.
Plugins SDK is included into installation package of Enigma.

All logic should be put in Enigma_Plugin_OnInit function.