Search found 2882 matches
- Mon Sep 25, 2023 9:48 am
- Forum: Enigma Protector x64
- Topic: Enigma Protector x64 запускается не всегда
- Replies: 7
- Views: 199
Re: Enigma Protector x64 запускается не всегда
Я думаю такой вопрос лучше обсудить по почте.
- Tue Sep 19, 2023 7:21 am
- Forum: Enigma Protector x64
- Topic: can not protect dll files
- Replies: 1
- Views: 76
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).
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).
- 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: 117
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.
Recent version of EVB has to support execution of bat files, probably your case is specific.
- Mon Sep 11, 2023 10:24 am
- Forum: Plugins
- Topic: Plugins x64. Invalid combination of opcode and operands
- Replies: 4
- Views: 138
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;
- Mon Sep 11, 2023 7:43 am
- Forum: Plugins
- Topic: Plugins x64. Invalid combination of opcode and operands
- Replies: 4
- Views: 138
Re: Plugins x64. Invalid combination of opcode and operands
Для x64 набор регистров другой, например вместо push eax надо использовать push rax.
Но я советую просто удалить все эти ассмеблерные инструкции и завершать программу с помощью ExitProcess(1).
Но я советую просто удалить все эти ассмеблерные инструкции и завершать программу с помощью ExitProcess(1).
- Thu Sep 07, 2023 10:58 am
- Forum: Basic
- Topic: Protecting an .exe with config file
- Replies: 5
- Views: 227
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?
Maybe you can send us this application at support@enigmaprotector.com, so we can test it out?
- Thu Sep 07, 2023 7:04 am
- Forum: Basic
- Topic: Protecting an .exe with config file
- Replies: 5
- Views: 227
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...
- Wed Sep 06, 2023 3:06 pm
- Forum: Problems
- Topic: Internal Protection Error
- Replies: 2
- Views: 192
Re: Internal Protection Error
Алексей, это обсуждали по почте.
На всякий случай - отключить данное сообщение нельзя, надо выяснять почему оно возниквает.
На всякий случай - отключить данное сообщение нельзя, надо выяснять почему оно возниквает.
- Wed Sep 06, 2023 3:03 pm
- Forum: Basic
- Topic: Protecting an .exe with config file
- Replies: 5
- Views: 227
Re: Protecting an .exe with config file
Hi, please do not use Advanced Input panel, it has a different meaning in your case.
For protection of your files, you need simply select the .exe file to protect and add the config file into Virtual Box - Files, in to %DEFAULT FOLDER%.
This should work.
For protection of your files, you need simply select the .exe file to protect and add the config file into Virtual Box - Files, in to %DEFAULT FOLDER%.
This should work.
- Tue Aug 29, 2023 2:14 pm
- Forum: Plugins
- Topic: Possible Anti Cheat: anti WriteProcessMemory
- Replies: 25
- Views: 109353
Re: Possible Anti Cheat: anti WriteProcessMemory
By a lot of requests, starting from this plugin we open a set of plugins that allow to avoid using cheats in the online games. I should warn that we do not guaranty that it will work, or even if it will work for you at all. Functionality is provided as is, without any promises and guaranties. Enigm...