Search found 5 matches

by yoshke754
Tue May 19, 2015 1:28 pm
Forum: Problems
Topic: x64 EP_Marker("vm_begin")
Replies: 2
Views: 11235

Re: x64 EP_Marker("vm_begin")

Alec , thanks.
Now it looks OK.
I hope the obfuscation will be efficient.
Thanks.
by yoshke754
Tue May 19, 2015 9:15 am
Forum: Problems
Topic: x64 EP_Marker("vm_begin")
Replies: 2
Views: 11235

x64 EP_Marker("vm_begin")

As I understand the way to do obfuscation to a code segment is using the virtual machine.
In C++ x64 the segment is marked by EP_Marker("vm_begin") and EP_Marker("vm_end").
I am protecting a dll (no exe) and having problems with these marks.
I am looking at the report of the Enigma Protector ...
by yoshke754
Tue Apr 08, 2014 7:43 am
Forum: Problems
Topic: Crash when protecting and boxing dlls
Replies: 5
Views: 19333

Re: Crash when protecting and boxing dlls

Hi Alec,

I am not so familiar with the Windows internals.
If I understand correctly, there may be a problem if some other program is also boxed with your virtual box ?

Is there a problem with the following scheme:
I box only one dll with its data files. The exe is out of the box and loads the ...
by yoshke754
Sat Apr 05, 2014 6:15 am
Forum: Problems
Topic: Crash when protecting and boxing dlls
Replies: 5
Views: 19333

Re: Crash when protecting and boxing dlls

Thanks for your reply,
I tried what you suggested and it works fine.

1) I am a bit worried about what you said that virtual boxed dlls "may cause unexpected behavior".
I tried it on my computer and it works fine. Is there a chance that in another computer / operating system
it will cause problems ...
by yoshke754
Thu Apr 03, 2014 12:22 pm
Forum: Problems
Topic: Crash when protecting and boxing dlls
Replies: 5
Views: 19333

Crash when protecting and boxing dlls

Hello,
I have one problem and one question.
I am trying the demo version.
The program is VC++ 32 bit using Visual Studio and running (my computer) on Win 7.

1)
I am protecting one exe and two dlls with the protector with integrated virtual box option.
Except for the protected files I box about 20 ...