Page 1 of 1

CommandLine for engima.exe

Posted: Thu Apr 19, 2012 1:36 pm
by l0wD
Hi Engima Team,

is it possible to start enigma with some command lines parameters? I dindnt find anything useful in the forum and .chm, only for the protected_app.exe. Id like to run enigma on a dedicated Server (in a virtual box with windows installed, if necessary). The Server should generate and send the clients protected_app.exe when the client is logging in for the first time. The server is ready to go only enigma needs to accept cmdline params =)

example: enigma.exe -output protected_app.exe -encryptionconstant 123489659 -encryptwithhwid 23434-2354543-23456 -writekeystofile "/folder/log.txt"

This would be really helpful! The WriteKeysToFile is for saving the used private and public keys for custom keygens....


best regards,
l0wD

Re: CommandLine for engima.exe

Posted: Thu Apr 19, 2012 3:20 pm
by Enigma
Hi l0wD,
l0wD wrote:is it possible to start enigma with some command lines parameters? I dindnt find anything useful in the forum and .chm, only for the protected_app.exe. Id like to run enigma on a dedicated Server (in a virtual box with windows installed, if necessary). The Server should generate and send the clients protected_app.exe when the client is logging in for the first time. The server is ready to go only enigma needs to accept cmdline params =)
Yes, of course it is possible. Take a look at the installation folder of Enigma Protector, there is a file enigma32.exe - it is a console version of protection. You may pass a project file to it to protect.

The project file itself is an xml file, it's format is very easy. So if you would like to customize protection for each user, then edit the project file and pass it to console version.

Hope this helps.