Search found 5 matches

by dje
Wed Jun 20, 2012 2:32 pm
Forum: Enigma Protector x64
Topic: Any plan to unify marker between x86 and x64 versions?
Replies: 4
Views: 20686

Re: Any plan to unify marker between x86 and x64 versions?

Great, it will improve integration (especially for people like me who are doing win32 cross-platform applications using the same source codes).
by dje
Wed Jun 20, 2012 1:36 pm
Forum: Enigma Protector x64
Topic: Any plan to unify marker between x86 and x64 versions?
Replies: 4
Views: 20686

Re: Any plan to unify marker between x86 and x64 versions?

Understood. Thanks for the answer. Making a macro as you're suggesting is not supported by VC, it doesn't support "#include" in a macro with a macro parameter (as far as I know). Another solution could be to provide for x64 the same include file set than for the x86 version (vm_begin.inc, ...
by dje
Wed Jun 20, 2012 1:28 pm
Forum: Enigma Protector x64
Topic: Issue with BOOL definition in enigma_ide64.lib ?
Replies: 2
Views: 13485

Re: Issue with BOOL definition in enigma_ide64.lib ?

Temporary, you can change the result type of these functions to bool (which is 1 byte) instead of BOOL (4 bytes) in the enigma_ide.c
Yes this is what I've done.
Thank you for you quick answer.
by dje
Wed Jun 20, 2012 9:10 am
Forum: Enigma Protector x64
Topic: Any plan to unify marker between x86 and x64 versions?
Replies: 4
Views: 20686

Any plan to unify marker between x86 and x64 versions?

Hello, I'm evaluating Enigma Protector to protect x86 and x64 versions of the same application. The tool seems great, but I've been a little bit confused by the differences between the x86 and x64 package SDKs. The x64 package looks fine (and seems already compatible with the x86 version as I can in...
by dje
Wed Jun 20, 2012 9:00 am
Forum: Enigma Protector x64
Topic: Issue with BOOL definition in enigma_ide64.lib ?
Replies: 2
Views: 13485

Issue with BOOL definition in enigma_ide64.lib ?

Hello, I'm evaluating Enigma Protector to protect our applications (both x86 and x64). I found an issue when using x64 version of the tool (downloadable version from you website). When I call EP_CheckupIsProtected and my app is unprotected, the result of EP_CheckupIsProtected is random. I investigat...