Search found 7 matches

by Rogier
Thu Nov 18, 2010 11:57 am
Forum: Basic
Topic: Encrypting code with custom serial numbers?
Replies: 8
Views: 33554

Re: Encrypting code with custom serial numbers?

No worries Vladimir, I'm sure scorillo7 would be happy with it :) I understand your workaround and yes, it would work fine with me. I thought it had to use an Enigma registration dialog and everything to work with Enigma Registration, but if I can simply call EP_RegCheckAndSave with a key I create i...
by Rogier
Wed Nov 17, 2010 12:31 pm
Forum: Enigma Protector x64
Topic: Problems with protecting a 64-bit Photoshop plug-in DLL
Replies: 4
Views: 25200

Re: Problems with protecting a 64-bit Photoshop plug-in DLL

Thanks, I will email you the dll. Oh and sure, I understand there are bugs in a new product. I appreciate your fast help and your efforts to resolve any issues there might be - most topics on this forum are clear examples of how well you support your software :) Makes me feel very secure about Enigma!
by Rogier
Wed Nov 17, 2010 10:55 am
Forum: Enigma Protector x64
Topic: Problems with protecting a 64-bit Photoshop plug-in DLL
Replies: 4
Views: 25200

Problems with protecting a 64-bit Photoshop plug-in DLL

I'm trying to use Enigma x64 to protect a 64-bit Photoshop plug-in I'm developing. However it doesn't seem to work, even if I protect the DLL with *ALL* protection options disabled (no registration, no check-ups, no virtual box, no markers in code) still the following happens: - When I start Photosh...
by Rogier
Tue Nov 16, 2010 2:47 pm
Forum: Enigma Protector x64
Topic: VM markers in x64 app (C++), can't use inline asm?
Replies: 3
Views: 20722

Re: VM markers in x64 app (C++), can't use inline asm?

OK, sounds good. I will keep checking during the coming days, thanks for the fast help!
by Rogier
Tue Nov 16, 2010 2:05 pm
Forum: Basic
Topic: Encrypting code with custom serial numbers?
Replies: 8
Views: 33554

Encrypting code with custom serial numbers?

The reg_crypt_begin/end markers seem to be used to encrypt code that is being decrypted in registered mode. I assume the decryption key depends on the serial number, so that without a valid serial number someone can never decrypt the code. Now, I already have my own serial number scheme, so I can't ...
by Rogier
Tue Nov 16, 2010 1:52 pm
Forum: Enigma Protector x64
Topic: VM markers in x64 app (C++), can't use inline asm?
Replies: 3
Views: 20722

VM markers in x64 app (C++), can't use inline asm?

I just downloaded the Enigma Protector x64 demo version and reading up in the manual. (Or actually the manual from the x86 version, there is no separate manual for the x64 yet, right?) One question about using VM markers in C++: this is being done with some inline asm, however as far as I know, Visu...