Search found 10 matches

by luleigreat
Fri Dec 02, 2011 2:47 am
Forum: Technical questions
Topic: Is VMProtect Reversible ?
Replies: 2
Views: 8341

Re: Is VMProtect Reversible ?

Thanks very much for your reply one by one.
I am a little busy recently and I will try your solution when I have time. I think your answers will be very useful for me . The subsequent questions will be after that.
Thanks again!
by luleigreat
Tue Nov 29, 2011 12:18 am
Forum: Technical questions
Topic: Is VMProtect Reversible ?
Replies: 2
Views: 8341

Is VMProtect Reversible ?

The reason I ask this question is not doubting about the reliability of your product. I have used VMProtect for several months, the following questions let me feel headache: 1、Our product is in the test period, we use VM in our test version. But when there is a crash of our program, we couldn't chec...
by luleigreat
Mon Aug 15, 2011 7:58 am
Forum: Technical questions
Topic: Not supporting 64-bit system?
Replies: 2
Views: 6506

Re: Not supporting 64-bit system?

Thanks for your reply!
I have solved this problem by removing one of the VM-Markers, though I don't know what is the problem with that block of code.

Sorry for that we can't send our project file arbitrarilly.
by luleigreat
Mon Aug 15, 2011 12:09 am
Forum: Technical questions
Topic: Not supporting 64-bit system?
Replies: 2
Views: 6506

Not supporting 64-bit system?

Hello,
I used the compiled exe file in 32-bit XP system, it runs normally, but when I run the file in a 64-bit system, it collapsed always.
So, Does VMProtect support 64-bit system ? If support ,how should I config the VM-Project?
by luleigreat
Sun Aug 14, 2011 11:43 pm
Forum: Technical questions
Topic: Operate VMProtect Using Command Line
Replies: 2
Views: 8319

Re: Operate VMProtect Using Command Line

Thanks very much, that is what I want
by luleigreat
Thu Jul 28, 2011 1:06 am
Forum: Technical questions
Topic: Operate VMProtect Using Command Line
Replies: 2
Views: 8319

Operate VMProtect Using Command Line

Hello,
I want to know if there is a way that we can compile PE file with VM markers using command line?
We need to compile VMProtected File automatically on time. So if there is command line we can use, we can handle it easily.
Waiting for your replies……
by luleigreat
Mon Jul 04, 2011 7:50 am
Forum: Technical questions
Topic: VM use problem in ddk
Replies: 1
Views: 6563

VM use problem in ddk

Hi ,I have a proble using VMProtect SDK in DDK. When I use VMProtectBegin() and VMProtectEnd() SDK to protect a driver function,VM can identify the mark successfully. But the driver can not be loaded anymore,when I delete the VMProtect mark, the driver can be loaded normally. Is this question didn't...
by luleigreat
Sat Jul 02, 2011 6:05 am
Forum: Technical questions
Topic: Marker Count identify error
Replies: 5
Views: 11520

Re: Marker Count identify error

Thanks for your reply.
I have realized the question due to your reply.
But the code is identical except the mark when it display well.You can try using the code I posted.
by luleigreat
Thu Jun 30, 2011 7:08 am
Forum: Technical questions
Topic: Marker Count identify error
Replies: 5
Views: 11520

Re: Marker Count identify error

Attachment is the file .
By the way ,I used the Macro in previous edition of VMProtect, and it display right!
by luleigreat
Thu Jun 30, 2011 5:35 am
Forum: Technical questions
Topic: Marker Count identify error
Replies: 5
Views: 11520

Marker Count identify error

Hello, Administrator, I am a registered VMProtect user. I have sevel questions when using your product,following is my source code: situation1: #include <Windows.h> #include "VMProtectSDK.h" void func(int param) { VMProtectBegin("func"); if(param > 100) { _tprintf(TEXT("<100...