Search found 3 matches

by Mimou
Fri May 06, 2011 5:27 pm
Forum: Technical questions
Topic: Markers and project settings
Replies: 5
Views: 11555

Re: Markers and project settings

Thanks, so I still need to encrypt the strings with "VMProtectDecryptStringA", even if the function where the string occurs is protected by VMProtect already?
by Mimou
Fri May 06, 2011 3:06 pm
Forum: Technical questions
Topic: Markers and project settings
Replies: 5
Views: 11555

Re: Markers and project settings

Hey, thanks for clearing this out! VMProtectDecryptStringA function allows to decrypt ANSI string constant. You have to add this constant to a list of protected objects. I don't understand the sense of this function, do I actually pass a already encrypted string to the function, or do I just have to...
by Mimou
Fri May 06, 2011 2:43 pm
Forum: Technical questions
Topic: Markers and project settings
Replies: 5
Views: 11555

Markers and project settings

Hey there! I've been reading nearly everything here on the site but still didn't find out whats correct. So you can set markers like VMProtectBegin etc. and you can use a .MAP file to select functions to protect. So, if I have a critcal function that I want to protect, is it better to use both, or d...