Hi,
I am having the same issue as this guy had:
http://forum.enigmaprotector.com/viewtopic.php?f=6&t=8928
If I protect a .exe, it MAY fail to load if run by another .exe - which is how the software must be run.
Adding to this guy's issue, here are a few info about our case:
1) It doesn't ...
Search found 4 matches
- Mon Apr 04, 2016 8:19 am
- Forum: Problems
- Topic: Running protected .exe through another .exe
- Replies: 0
- Views: 25417
- Thu Mar 17, 2016 8:25 pm
- Forum: Problems
- Topic: Protected strings not found
- Replies: 1
- Views: 9481
Protected strings not found
Hi,
I'm having an issue with protected strings in my Delphi 7 application. I followed all the indications in the documentation and the example files:
- I've added the strings to the list of Protected Strings in Enigma (ansi strings)
- I'm retrieving them in the code with EP ...
I'm having an issue with protected strings in my Delphi 7 application. I followed all the indications in the documentation and the example files:
- I've added the strings to the list of Protected Strings in Enigma (ansi strings)
- I'm retrieving them in the code with EP ...
- Thu Mar 17, 2016 8:16 pm
- Forum: Problems
- Topic: RISC VM "out of memory"
- Replies: 2
- Views: 12194
Re: RISC VM "out of memory"
All clear, thanks a lot!Enigma wrote:Hi, yeah, 400 functions are too much for RISC VM. You need to use up to 20 core functions to protect with RISC VM only.
For other functions you may use classic VM through the markers: vm_begin/vm_end. Or use RISC with markers vm_risc_begin/vm_risc_end.
Hope this helps!
- Thu Mar 17, 2016 2:17 pm
- Forum: Problems
- Topic: RISC VM "out of memory"
- Replies: 2
- Views: 12194
RISC VM "out of memory"
Hi,
I'm trying to protect the executable of my app (written in Delphi 7), including virtualizing about 400 functions retrieved through the map file of the executable. The executable is around 3mb.
If I do it with the Classic VM, it's all good and only takes a few seconds to protect.
If I do it ...
I'm trying to protect the executable of my app (written in Delphi 7), including virtualizing about 400 functions retrieved through the map file of the executable. The executable is around 3mb.
If I do it with the Classic VM, it's all good and only takes a few seconds to protect.
If I do it ...
