Search found 2945 matches

by Enigma
Thu Oct 26, 2023 9:36 am
Forum: Enigma Virtual Box x86/x64
Topic: problem with a boxed application
Replies: 1
Views: 2000

Re: problem with a boxed application

Hi, for bat to exe converted files, the option "Share virtual system to child processes" is mandatory to use.

This option is disabled in your .evb file.
by Enigma
Thu Oct 26, 2023 8:42 am
Forum: Basic
Topic: Project registration keys for virtual packages
Replies: 5
Views: 2092

Re: Project registration keys for virtual packages

Hi, if we are talking about Enigma Protector (licensed version), then virtual packages are unique for every protection project. This section of keys in project file determines uniqueness of virtual packages: <VirtualBox> <Secure1>D8C67F5CEEA5BD...8ADC96566DEFB891</Secure1> <Secure2>FAF82863B67BE343B...
by Enigma
Fri Oct 20, 2023 8:35 am
Forum: Problems
Topic: x86 protect run on Arm64 windows
Replies: 1
Views: 1569

Re: x86 protect run on Arm64 windows

Hi, I'm sorry, but we can't fix this for you. Developers of this game has to contact us to investigate this case further.
by Enigma
Mon Sep 25, 2023 9:48 am
Forum: Enigma Protector x64
Topic: Enigma Protector x64 запускается не всегда
Replies: 7
Views: 4132

Re: Enigma Protector x64 запускается не всегда

Я думаю такой вопрос лучше обсудить по почте.
by Enigma
Tue Sep 19, 2023 7:21 am
Forum: Enigma Protector x64
Topic: can not protect dll files
Replies: 1
Views: 1708

Re: can not protect dll files

Hi, protection of .net dll files is impossible. Enigma can protect only native dll files, not .net.

For protection of .net dll files you need to protect .exe file that use this .dll, and add .dll file(s) to Virtual Box - Files feature (to merge dll with protected exe).
by Enigma
Mon Sep 18, 2023 7:07 am
Forum: Enigma Virtual Box x86/x64
Topic: can i involke a bat script in evb?
Replies: 1
Views: 1743

Re: can i involke a bat script in evb?

Hi, can you please make a sample application for us for testing? Put just execution of this bat file inside it, nothing more. Please send it at support@enigmaprotector.com.

Recent version of EVB has to support execution of bat files, probably your case is specific.
by Enigma
Mon Sep 11, 2023 10:24 am
Forum: Plugins
Topic: Plugins x64. Invalid combination of opcode and operands
Replies: 4
Views: 2006

Re: Plugins x64. Invalid combination of opcode and operands

Верно, но давайте лучше так:

Code: Select all

procedure ExitWithMessage;
begin
	MessageBox(0, 'Сообщение об ошибке', 'Ошибка!', MB_ICONERROR);
	ExitProcess(1);
	raise Exception.Create('');
end;
by Enigma
Mon Sep 11, 2023 7:43 am
Forum: Plugins
Topic: Plugins x64. Invalid combination of opcode and operands
Replies: 4
Views: 2006

Re: Plugins x64. Invalid combination of opcode and operands

Для x64 набор регистров другой, например вместо push eax надо использовать push rax.

Но я советую просто удалить все эти ассмеблерные инструкции и завершать программу с помощью ExitProcess(1).
by Enigma
Thu Sep 07, 2023 10:58 am
Forum: Basic
Topic: Protecting an .exe with config file
Replies: 5
Views: 2431

Re: Protecting an .exe with config file

Protection does not extract the file with the options I provided. Are you protecting a game? Are you sure there is no any other process that creates a config file, like a launcher?
Maybe you can send us this application at support@enigmaprotector.com, so we can test it out?
by Enigma
Thu Sep 07, 2023 7:04 am
Forum: Basic
Topic: Protecting an .exe with config file
Replies: 5
Views: 2431

Re: Protecting an .exe with config file

Thank you for your reply! That is what I did and it works. However, the config file is still visible and can be extracted while the .exe is running (I checked 'Deleted Extracted Files on Exit' so it doesnt stay after the .exe closes). Any way to use the protector and work around this? When you adde...