BTW, Is it possibly to keep application in UNREGISTERED state after successful registration until I restart it? To avoid any crashes in all running threads.
I think it could be very easy for you to do...
Search found 25 matches
- Fri Nov 05, 2010 10:39 am
- Forum: Basic
- Topic: EP_CryptEncryptBuffer
- Replies: 21
- Views: 94605
- Fri Nov 05, 2010 10:36 am
- Forum: Basic
- Topic: EP_CryptEncryptBuffer
- Replies: 21
- Views: 94605
Re: EP_CryptEncryptBuffer
I see, thanks a lot!
- Fri Nov 05, 2010 10:25 am
- Forum: Basic
- Topic: EP_CryptEncryptBuffer
- Replies: 21
- Views: 94605
Re: EP_CryptEncryptBuffer
Ahhhh... Now I understand... I didn't know that I need to restart the app after registration... I actually thought all the encrypted sections are decrypted on the fly each time it executed...
That makes it a bit difficult... I have multi-threaded application and what will happens when during the ...
That makes it a bit difficult... I have multi-threaded application and what will happens when during the ...
- Fri Nov 05, 2010 12:26 am
- Forum: Basic
- Topic: EP_CryptEncryptBuffer
- Replies: 21
- Views: 94605
Re: EP_CryptEncryptBuffer
Okay, I've done it. But...
Don't know why it happens but if I save and load and decrypt all the registration data myself and if I use only function EP_RegCheckKeyW(sName, sKey) then it crashes in the first section marked with this:
#include "enigma/reg_crypt_begin1.inc"
But if I change EP ...
Don't know why it happens but if I save and load and decrypt all the registration data myself and if I use only function EP_RegCheckKeyW(sName, sKey) then it crashes in the first section marked with this:
#include "enigma/reg_crypt_begin1.inc"
But if I change EP ...
- Thu Nov 04, 2010 8:56 pm
- Forum: Basic
- Topic: Disabling registration entirely?
- Replies: 18
- Views: 83061
Re: Disabling registration entirely?
Thanks! That would be great!
- Wed Nov 03, 2010 7:00 pm
- Forum: Basic
- Topic: Disabling registration entirely?
- Replies: 18
- Views: 83061
Re: Disabling registration entirely?
What if you can add an option to Protection Features?
- Wed Nov 03, 2010 8:15 am
- Forum: Basic
- Topic: EP_CryptEncryptBuffer
- Replies: 21
- Views: 94605
Re: EP_CryptEncryptBuffer
Ok, thanks. I will change the definition for EP_RegHardwareIDA().
- Wed Nov 03, 2010 8:11 am
- Forum: Basic
- Topic: Disabling registration entirely?
- Replies: 18
- Views: 83061
Re: Disabling registration entirely?
Thanks, I hope the protection is very strong. That's why I've bought it. :)
But my main worry is this:
http://portableapps.com/about/what_is_a_portable_app
Portable App Guidelines
A portable app works from any device (USB flash drive, portable hard drive, iPod, etc)
A portable app works as you ...
But my main worry is this:
http://portableapps.com/about/what_is_a_portable_app
Portable App Guidelines
A portable app works from any device (USB flash drive, portable hard drive, iPod, etc)
A portable app works as you ...
- Tue Nov 02, 2010 9:09 pm
- Forum: Basic
- Topic: Disabling registration entirely?
- Replies: 18
- Views: 83061
Re: Disabling registration entirely?
Under Protection Features ->File Analyzer Deception and select from the list Hide protection code with ,but a good exe scanner will detect Enigma.
I just mean if Enigma creates such registry keys in system registry it will be very easy to detect the protector.
HKEY_CURRENT_USER\Software\Enigma ...
I just mean if Enigma creates such registry keys in system registry it will be very easy to detect the protector.
HKEY_CURRENT_USER\Software\Enigma ...
- Tue Nov 02, 2010 8:43 pm
- Forum: Basic
- Topic: Disabling registration entirely?
- Replies: 18
- Views: 83061
Re: Disabling registration entirely?
And another issue that I don't want hacker to know which protector I'm using. If they don't know it will be a bit difficult to crack. 
But having that keys in registry - it will be very easy to see which protector was used.
But having that keys in registry - it will be very easy to see which protector was used.
