how to protect a file with with specified parameters?

Post here messages if you have any problems with working of Enigma Protector
Post Reply
age
Posts: 2
Joined: Sun Mar 22, 2020 11:04 am

how to protect a file with with specified parameters?

Post 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?
Enigma
Site Admin
Posts: 2945
Joined: Wed Aug 20, 2008 2:24 pm

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

Post 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.
Post Reply