Search found 2586 matches

by Admin
Tue May 10, 2011 12:10 pm
Forum: Technical questions
Topic: problem link dll and lib files from the SDK.
Replies: 4
Views: 9835

Re: problem link dll and lib files from the SDK.

You need convert VMProtectSDK32.lib to MinGW compatible "*.a" file via "reimp" from MinGW Utils and add this file into Project Options->Parameters->Linker.

P.S. Converted file is attached.
by Admin
Sun May 08, 2011 1:57 pm
Forum: Technical questions
Topic: VMProtect + антивирусы...
Replies: 87
Views: 197620

Re: VMProtect + антивирусы...

2 xpert13:
Пришлите в РМ ссылку на закачку файла.
by Admin
Sat May 07, 2011 2:12 am
Forum: Technical questions
Topic: Markers and project settings
Replies: 5
Views: 10989

Re: Markers and project settings

Yes. Because the function and the string are different objects.
by Admin
Fri May 06, 2011 3:12 pm
Forum: Technical questions
Topic: Markers and project settings
Replies: 5
Views: 10989

Re: Markers and project settings

There is the example of usage: MessageBox(hDlg, VMProtectDecryptStringA("Incorrect password"), "Error", MB_ICONERROR + MB_OK); After compilation in VMProtect the string "Incorrect password" will be encrypted but VMProtectDecryptStringA will return the original string.
by Admin
Fri May 06, 2011 2:59 pm
Forum: Technical questions
Topic: Markers and project settings
Replies: 5
Views: 10989

Re: Markers and project settings

So, if I have a critcal function that I want to protect, is it better to use both, or doesn't it matter if I use VMProtectBegin or the .MAP file way? (I would prefer .MAP) The best method is the .MAP file way: http://vmpsoft.com/support/user-manual/working-with-vmprotect/preparing-a-project/ In any...
by Admin
Tue May 03, 2011 3:05 pm
Forum: Technical questions
Topic: dllbox supporting dll
Replies: 1
Views: 5904

Re: dllbox supporting dll

DLL can be bundled only in EXE.
by Admin
Mon Apr 25, 2011 2:35 pm
Forum: Technical questions
Topic: DecodePointer call in VMP
Replies: 2
Views: 7197

Re: DecodePointer call in VMP

Мы уже в курсе данной проблемы - будет исправлено в 2.09
by Admin
Mon Apr 25, 2011 6:36 am
Forum: Technical questions
Topic: VMProtectGetCurrentHWID question
Replies: 3
Views: 8047

Re: VMProtectGetCurrentHWID question

HWID has many identificators inside (hdd, mac, cpuid, host name) and if any identificator is changed the HWID is changed also. As I wrote - we recommend use HWID only for generation serial numbers (only for jobs of licensing system) otherwise you will have a problem of comparing HWIDs on server side...
by Admin
Mon Apr 25, 2011 5:47 am
Forum: Technical questions
Topic: VMProtectGetCurrentHWID question
Replies: 3
Views: 8047

Re: VMProtectGetCurrentHWID question

1. does vmp hwid only contain letters, numbers and '='. is there any other symbols that may appear on vmp hwid? ie '$' ';' etc It is the base64 dictionary. The symbols '$' ';' are not used in base64. 2. is it always 40 characters long? if not whats the range of length The length of HWID can be diff...
by Admin
Mon Apr 25, 2011 2:21 am
Forum: Technical questions
Topic: VMProtectBegin/VMProtectEnd question
Replies: 1
Views: 6883

Re: VMProtectBegin/VMProtectEnd question

does this mean jump from inside marker or jump into the marker?
It means jump into the marker:

Code: Select all

VMProtectBegin(NULL);
for (int i = 0; i < 10; i++)
{
...
VMProtectEnd();
...
} // it`s will be the jump into marker
P.S. Your examples are valid.
by Admin
Sun Apr 24, 2011 9:44 am
Forum: Technical questions
Topic: Interested in buying professional ver. a few questions
Replies: 8
Views: 12311

Re: Interested in buying professional ver. a few questions

Your order is pending review. Please wait.
by Admin
Sun Apr 24, 2011 7:29 am
Forum: Technical questions
Topic: marker and string mutation?
Replies: 5
Views: 14003

Re: marker and string mutation?

For the best perfomance we are recommend to use the Mutation but in this case the level of protection against being cracked and analyzed is low (the protected strings will be invisible in the file with any compilation type).
by Admin
Sun Apr 24, 2011 7:12 am
Forum: Technical questions
Topic: marker and string mutation?
Replies: 5
Views: 14003

Re: marker and string mutation?

In the folders of VMProtectMarker "Test marker" you see ONLY information (calls, string references, import referenses etc) of this marker but this does not mean that all these "objects", for which there are references of this marker, will be automatically protected. There is only...
by Admin
Sun Apr 24, 2011 6:52 am
Forum: Technical questions
Topic: Interested in buying professional ver. a few questions
Replies: 8
Views: 12311

Re: Interested in buying professional ver. a few questions

The delivery of the full version to customer takes 1-2 hours