Search found 10 matches

by ssack
Mon Apr 12, 2010 7:55 am
Forum: Technical questions
Topic: wait for 2.05
Replies: 1
Views: 7870

wait for 2.05

wait for 2.05
by ssack
Sun Apr 04, 2010 10:51 am
Forum: Technical questions
Topic: Cant support chinese word
Replies: 5
Views: 14318

Re: Cant support chinese word

i reply you email. please check
by ssack
Sun Apr 04, 2010 2:11 am
Forum: Technical questions
Topic: Cant support chinese word
Replies: 5
Views: 14318

Re: Cant support chinese word

code is :
CString aaa;
aaa.Format("%s", VMProtectDecryptStringA("中国人"));

OutputDebugString(aaa);

exe and vmp project i was send.
by ssack
Sat Apr 03, 2010 2:44 pm
Forum: Technical questions
Topic: Cant support chinese word
Replies: 5
Views: 14318

Cant support chinese word

Cant support chinese word

VMProtectDecryptStringA("中国人")

in VMProtect show is string " "
by ssack
Mon Nov 16, 2009 3:42 am
Forum: Technical questions
Topic: Marker issues
Replies: 7
Views: 23232

new makers no macro define
by ssack
Mon Nov 16, 2009 3:18 am
Forum: Technical questions
Topic: use VMProtectEnd(); appear UnpairedVMProtectEnd
Replies: 5
Views: 17959

Admin wrote:The reason of this situation in optiomization:

VMProtectBeginUltra
...
VMProtectEnd
...
VMProtectEnd

Try to disable the optimization for this block of code.
how to disable the optimization for one block?
by ssack
Mon Nov 16, 2009 3:14 am
Forum: Technical questions
Topic: Marker issues
Replies: 7
Views: 23232

Admin wrote:The cause of this situation - the code optimization. In the result you have some VMProtectEnd on one VMProtectBegin.
how to solve?
by ssack
Sun Jun 28, 2009 3:17 pm
Forum: Technical questions
Topic: use VMProtectEnd(); appear UnpairedVMProtectEnd
Replies: 5
Views: 17959

i konw The reason is optiomization:

but use MACRO Marker is OK

so i hope continue use MACRO.
by ssack
Sun Jun 28, 2009 2:23 am
Forum: Technical questions
Topic: use VMProtectEnd(); appear UnpairedVMProtectEnd
Replies: 5
Views: 17959

void GetDa(Pak* buf)
{

VMProtectBeginUltra
if (NULL == buf)
{
canlock = FALSE;
GetResText = 0;
FontTable = 0;
}
else
{
canlock = TRUE;
}

VMProtectEnd
}

use MACRO marker no problem
by ssack
Sun Jun 28, 2009 1:42 am
Forum: Technical questions
Topic: use VMProtectEnd(); appear UnpairedVMProtectEnd
Replies: 5
Views: 17959

use VMProtectEnd(); appear UnpairedVMProtectEnd

my code is void GetDa(Pak* buf) { VMProtectBeginUltra("VMP14"); if (NULL == buf) { canlock = FALSE; GetResText = 0; FontTable = 0; } else { canlock = TRUE; } VMProtectEnd(); } after compile. VMProtectEnd() become two call. so protected note me UnpairedVMProtectEnd