Search found 5 matches

by Daryl001
Tue Jan 21, 2020 12:02 pm
Forum: Enigma Protector x64
Topic: How too do something if EP_CheckupFindProcess = true ?
Replies: 0
Views: 28871

How too do something if EP_CheckupFindProcess = true ?

Hello Enigma

So if I do checkup of EP_CheckupFindProcess

example

EP_CheckupFindProcess("ida.exe", "", "");

if this = true so it Enigma has found this !

I want to do something Like show a MessageBox or ban the HWID or BAN the account

Also do the strings get encrypted ? or would I need todo ...
by Daryl001
Tue Jan 21, 2020 11:27 am
Forum: Enigma Protector x64
Topic: How to load a file from Virtual Box C++
Replies: 7
Views: 33726

Re: How to load a file from Virtual Box C++


For better protection I recommend you to enable the option "Hide from file open/save dialogs" in the file properties for this virtual file. This option may be incompatible with the file (that's OK), but if it is compatible, it will improve the protection quality.


Aha I did

https://i.imgur ...
by Daryl001
Mon Jan 20, 2020 1:27 pm
Forum: Enigma Protector x64
Topic: How to load a file from Virtual Box C++
Replies: 7
Views: 33726

Re: How to load a file from Virtual Box C++


I very doubt blue screen appears due to protection. Blue screen means the critical failure in the driver, but protection does not use any drivers and it is working in user mode that can't cause blue screen.
Just an advice, ask customer to disable antivirus, because it may use drivers and may crash ...
by Daryl001
Mon Jan 20, 2020 11:40 am
Forum: Enigma Protector x64
Topic: How to load a file from Virtual Box C++
Replies: 7
Views: 33726

Re: How to load a file from Virtual Box C++


Hi,

Virtual Box feature does not require you to add any special programming features to your software and does not require any programming at all. So you develop your software like all files are located non the disk, then configure Virtual Box, protect the file and it starts to work same as like ...
by Daryl001
Sun Jan 19, 2020 1:59 pm
Forum: Enigma Protector x64
Topic: How to load a file from Virtual Box C++
Replies: 7
Views: 33726

How to load a file from Virtual Box C++

Hello I have very good understanding of TheEngigmaProtector

I want to add a .texture file into the default folder of where my .dll is stored currently its getting called from folder in the directory real time so no enigma

https://i.imgur.com/MHqbljS.png

This was how my C++ was calling it

std ...