Search found 17 matches
- Tue May 07, 2013 6:19 pm
- Forum: Problems
- Topic: keygen.dll problem with bcb sample
- Replies: 1
- Views: 8545
keygen.dll problem with bcb sample
The BCB5 sample of the keygen is not working properly because when I try generating a key with KG_GenerateRegistrationKey I get the error shown in the screenshot. Instead, if I use KG_GenerateRegistrationKeyFromProject all is working fine. If I disable debugging options in the compiler then the mess...
- Mon Nov 05, 2012 3:12 pm
- Forum: Basic
- Topic: crypt sections
- Replies: 1
- Views: 8902
crypt sections
Do crypt sections get decrypted at boot or when the functions are called?
- Mon Nov 05, 2012 3:10 pm
- Forum: Basic
- Topic: EP_RegLoadKeyEx
- Replies: 1
- Views: 7370
EP_RegLoadKeyEx
I get a message from enigma protector that EP_RegLoadKey is deprecated and to use EP_RegLoadKeyEx. Looking at the INC file I see it has some new size parameters, do I have to first call the function with NULL for name & key to get size and after call again to get the name & key returned? or ...
Re: Crypt API
Nice idea but my server is running Linux 
I've found another solution that I'm implementing now using some personalized code that will work in C and PHP.
Also nice of you to implement the crypt api, this can come in handy in the future.
I've found another solution that I'm implementing now using some personalized code that will work in C and PHP.
Also nice of you to implement the crypt api, this can come in handy in the future.
- Tue Oct 23, 2012 10:12 am
- Forum: Basic
- Topic: Debugging EP_ProtectedStringBy*
- Replies: 7
- Views: 30213
Re: Debugging EP_ProtectedStringBy*
In BCB I'm using this macro #ifdef DEBUG #define PROTECTED_STRING_BY_ID(id, str) str #else #define PROTECTED_STRING_BY_ID(id, str) GetProtectedStringByID(id) #endif String __fastcall TfrmMain::GetProtectedStringByID(int id) { #include "Enigma\vm_begin.inc" int len = EP_ProtectedStringByID(...
Crypt API
I would like to use the EP_CryptEncrypt/Decrypt functions in my application to work with data and then have this same data decoded by some PHP code on a server. I would like to know if these functions are using some standard encryption algo?
- Mon Oct 22, 2012 3:27 pm
- Forum: Enigma Protector x64
- Topic: X64 version... or not??
- Replies: 1
- Views: 18273
X64 version... or not??
My code is compiled for 32bit OS version and run's perfect under 64bit because of WOW64 emulation... As I understand when I protect my app with 32bit version of Enigma it will not work under 64bit OS, correct?? If this is the case then I would also suppose that x64 version of Enigma will not protect...
- Mon Oct 22, 2012 10:53 am
- Forum: Problems
- Topic: enigma_ide.dll is still being requested after protection
- Replies: 6
- Views: 22742
Re: enigma_ide.dll is still being requested after protection
Thanks, it is working 
- Mon Oct 22, 2012 7:38 am
- Forum: Problems
- Topic: enigma_ide.dll is still being requested after protection
- Replies: 6
- Views: 22742
Re: enigma_ide.dll is still being requested after protection
Email sent. Thanks.
- Sun Oct 21, 2012 6:10 pm
- Forum: Basic
- Topic: Anti-Debugger
- Replies: 1
- Views: 8293
Anti-Debugger
I see that the list of plugins includes IsDebbuggerPresent, Int3, etc... but you also have an option Checkup->Anti debugger... So does Checkup->Anti debugger already include the same checks as the plugins?
