Search found 10 matches
- 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
- 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
- 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.
CString aaa;
aaa.Format("%s", VMProtectDecryptStringA("中国人"));
OutputDebugString(aaa);
exe and vmp project i was send.
- 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 " "
VMProtectDecryptStringA("中国人")
in VMProtect show is string " "
- Mon Nov 16, 2009 3:42 am
- Forum: Technical questions
- Topic: Marker issues
- Replies: 7
- Views: 23232
- Mon Nov 16, 2009 3:18 am
- Forum: Technical questions
- Topic: use VMProtectEnd(); appear UnpairedVMProtectEnd
- Replies: 5
- Views: 17959
- Mon Nov 16, 2009 3:14 am
- Forum: Technical questions
- Topic: Marker issues
- Replies: 7
- Views: 23232
- Sun Jun 28, 2009 3:17 pm
- Forum: Technical questions
- Topic: use VMProtectEnd(); appear UnpairedVMProtectEnd
- Replies: 5
- Views: 17959
- Sun Jun 28, 2009 2:23 am
- Forum: Technical questions
- Topic: use VMProtectEnd(); appear UnpairedVMProtectEnd
- Replies: 5
- Views: 17959
- 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