Search found 5 matches

by tested05
Sat Sep 11, 2021 9:24 am
Forum: Technical questions
Topic: VMProtectDecryptString how to use ?
Replies: 1
Views: 2425

VMProtectDecryptString how to use ?

if (aSizeEncrypted) { DWORD aSizeDataEncrypted = aSizeEncrypted; LPSTR aDataEncryptedString = (LPSTR)malloc(aSizeEncrypted); memcpy(aDataEncryptedString, (LPBYTE)aBuffer + hdrsz, aSizeEncrypted); CryptAES(aDataEncryptedString, aSizeEncrypted, pwd, false); aDataEncrypted = (BYTE*)malloc(aSizeDataEnc...
by tested05
Wed Aug 21, 2019 6:27 pm
Forum: Technical questions
Topic: how to packing all function
Replies: 2
Views: 3474

Re: how to packing all function

Admin wrote:Packing? Just switch on the feature "Pack output file" at the "Options" tab.
I would like to know how to mutation all of the above function protection types.
by tested05
Wed Aug 21, 2019 11:49 am
Forum: Technical questions
Topic: how to packing all function
Replies: 2
Views: 3474

how to packing all function

Image

Packing all of the above functions is very laborious. Is there a way to packing that at once?
by tested05
Tue Dec 19, 2017 3:58 pm
Forum: Technical questions
Topic: Initialization error 4 ignore
Replies: 3
Views: 4545

Re: Initialization error 4 ignore

Admin wrote:You must not use other packer/protector after VMProtect
What I'm trying to say is that suddenly it is not possible to do it.
Is there a way to forcefully disable that option?
by tested05
Fri Dec 15, 2017 4:30 pm
Forum: Technical questions
Topic: Initialization error 4 ignore
Replies: 3
Views: 4545

Initialization error 4 ignore

disable memory protection and proceed with protecting and then compress it using aspack,
and run, ouput initialization error 4 error