Search found 25 matches

by elore
Fri Nov 05, 2010 10:39 am
Forum: Basic
Topic: EP_CryptEncryptBuffer
Replies: 21
Views: 77633

Re: EP_CryptEncryptBuffer

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...
by elore
Fri Nov 05, 2010 10:36 am
Forum: Basic
Topic: EP_CryptEncryptBuffer
Replies: 21
Views: 77633

Re: EP_CryptEncryptBuffer

I see, thanks a lot!
by elore
Fri Nov 05, 2010 10:25 am
Forum: Basic
Topic: EP_CryptEncryptBuffer
Replies: 21
Views: 77633

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 reg...
by elore
Fri Nov 05, 2010 12:26 am
Forum: Basic
Topic: EP_CryptEncryptBuffer
Replies: 21
Views: 77633

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_...
by elore
Thu Nov 04, 2010 8:56 pm
Forum: Basic
Topic: Disabling registration entirely?
Replies: 18
Views: 64916

Re: Disabling registration entirely?

Thanks! That would be great!
by elore
Wed Nov 03, 2010 7:00 pm
Forum: Basic
Topic: Disabling registration entirely?
Replies: 18
Views: 64916

Re: Disabling registration entirely?

What if you can add an option to Protection Features?
by elore
Wed Nov 03, 2010 8:15 am
Forum: Basic
Topic: EP_CryptEncryptBuffer
Replies: 21
Views: 77633

Re: EP_CryptEncryptBuffer

Ok, thanks. I will change the definition for EP_RegHardwareIDA().
by elore
Wed Nov 03, 2010 8:11 am
Forum: Basic
Topic: Disabling registration entirely?
Replies: 18
Views: 64916

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 move ...
by elore
Tue Nov 02, 2010 9:09 pm
Forum: Basic
Topic: Disabling registration entirely?
Replies: 18
Views: 64916

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 Prot...
by elore
Tue Nov 02, 2010 8:43 pm
Forum: Basic
Topic: Disabling registration entirely?
Replies: 18
Views: 64916

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.