Search found 5 matches

by d.darko
Tue Aug 28, 2018 7:47 pm
Forum: Basic
Topic: Basic tutorial for Risc VM markers C++ Gcc
Replies: 5
Views: 14309

Re: Basic tutorial for Risc VM markers C++ Gcc

As i am using c++ and gcc , not ms vc++ i had to define the risc markers this way: #define ENIGMA_VM_START do{ \ asm __volatile__ (".byte 0xEB");\ asm __volatile__ (".byte 0x08");\ asm __volatile__ (".byte 0x56");\ asm __volatile__ (".byte 0x4D");\ asm __volat...
by d.darko
Tue Aug 28, 2018 1:35 pm
Forum: Basic
Topic: Basic tutorial for Risc VM markers C++ Gcc
Replies: 5
Views: 14309

Re: Basic tutorial for Risc VM markers C++ Gcc

Thanks for your reply, so it is enough to surround my functions with the markers, nothing else to do.
I also read your tips in another thread regarding how to use the markers.

Thank you i will try it out.
by d.darko
Tue Aug 28, 2018 5:16 am
Forum: Basic
Topic: Basic tutorial for Risc VM markers C++ Gcc
Replies: 5
Views: 14309

Basic tutorial for Risc VM markers C++ Gcc

Hi, I am using Enigma Protector x64 6.30, and would like to protect some functions with the markers option. Compiling with gcc under mingw64. There are only examples for delphi in the EP directory. Could you please just write a short tutorial on how to properly use markers in C++ gcc ? Help pages sh...
by d.darko
Tue Aug 28, 2018 4:44 am
Forum: Plugins
Topic: X64 Anti-WPE
Replies: 3
Views: 22970

Re: X64 Anti-WPE

Hi, i contacted you 5 days ago, still waiting.
by d.darko
Sat Aug 18, 2018 9:11 am
Forum: Plugins
Topic: X64 Anti-WPE
Replies: 3
Views: 22970

X64 Anti-WPE

Hi, is there an anti wpe plugin for the x64 protector?