OK, I've replied. Everything was working well for me. I sent instructions with screenshots.
Please check it out.
Search found 2724 matches
- Wed May 11, 2022 1:57 pm
- Forum: Basic
- Topic: External Data
- Replies: 8
- Views: 131
- Wed May 11, 2022 12:31 pm
- Forum: Basic
- Topic: External Data
- Replies: 8
- Views: 131
Re: External Data
Protection works with Delphi files very well, but this should not matter in this case.
Btw, what version of Enigma Protector do you use?
Can you send us this application not protected at support@enigmaprotector.com so we can test it out?
Btw, what version of Enigma Protector do you use?
Can you send us this application not protected at support@enigmaprotector.com so we can test it out?
- Wed May 11, 2022 6:29 am
- Forum: Basic
- Topic: External Data
- Replies: 8
- Views: 131
Re: External Data
Are you sure that you copied file images.dat in the bin folder on the disk also?
- Mon May 09, 2022 6:44 pm
- Forum: Basic
- Topic: External Data
- Replies: 8
- Views: 131
Re: External Data
Hi, you need to use Virtual Box - Packaging feature. So you need to set the package file name to "bin/images.dat". Then create a package, where add a root folder %DEFAULT FOLDER%, then inside it add folder "bin" and all image files inside it. Put image.dat that Enigma creates in "bin" folder of prot...
- Wed Apr 27, 2022 9:06 am
- Forum: Plugins
- Topic: Request Plugin to check hardware ID with my server
- Replies: 8
- Views: 1391
Re: Request Plugin to check hardware ID with my server
Hi, the plugin you requested is in attachment. Take a look at the DPR file, there is a logic how plugin works.
Hope this helps
Hope this helps

- Mon Mar 28, 2022 8:49 am
- Forum: Problems
- Topic: Hello, regarding License Renewal
- Replies: 3
- Views: 428
Re: Hello, regarding License Renewal
Ok, thank you for confirmation!)
- Mon Mar 28, 2022 7:18 am
- Forum: Problems
- Topic: Hello, regarding License Renewal
- Replies: 3
- Views: 428
Re: Hello, regarding License Renewal
Hi, I see you sent email at Saturday, we are apologies due to delay in reply, but this usually happens within working days/hours.
We will reply on you request today.
We will reply on you request today.
- Thu Mar 10, 2022 4:56 am
- Forum: Basic
- Topic: Hardware ID comparison
- Replies: 4
- Views: 956
Re: Hardware ID comparison
Maybe you can briefly explain why such functionality can be needed?
Just curious how it can be used in the application?
The cases, when hardware id is being changed, are exceptional, should be handled by the developer.
Just curious how it can be used in the application?
The cases, when hardware id is being changed, are exceptional, should be handled by the developer.
- Sun Mar 06, 2022 6:22 pm
- Forum: Enigma Protector x64
- Topic: Shrink protected executable
- Replies: 1
- Views: 667
Re: Shrink protected executable
Hi, When protecting the file, protection adds some code to the program, the size of this code could be large, depending on the settings, but minimum is 2 megabytes (can be larger!). Even if Enigma compresses the code of file, including protection code it could produce large file than original. Unfor...
- Sun Mar 06, 2022 6:20 pm
- Forum: Problems
- Topic: Enigma doesn't kill the process
- Replies: 1
- Views: 465
Re: Enigma doesn't kill the process
Hi, there is some workaround for that. First of all, external process can be detected by Enigma API function EP_CheckupFindProcess, so in your code you can run this function in a thread/timer, detect the process and do appropriate action (exit the app for eg). Second, "lazy" method, add an autoclose...