Search found 13 matches

by tryvmp
Thu May 12, 2011 11:55 am
Forum: Technical questions
Topic: bug - problem vming entry point from expert mode
Replies: 2
Views: 7894

bug - problem vming entry point from expert mode

it seems to me if you only use expert mode it will not show entry point when its unmarked

if you turn off expert mode, the entry point will show and u can select virtualization for it. it will then show on expert mode.

is this a bug?
by tryvmp
Mon Apr 25, 2011 10:57 pm
Forum: Technical questions
Topic: dllbox supporting dll
Replies: 1
Views: 6362

dllbox supporting dll

is it possible to bundle a dll into another dll. vmp seems only supporting dll box for exe.

so it can load the 2nd dll when the first onoe is loaded?
by tryvmp
Mon Apr 25, 2011 6:15 am
Forum: Technical questions
Topic: VMProtectGetCurrentHWID question
Replies: 3
Views: 8867

Re: VMProtectGetCurrentHWID question

are you saying this generated hwid will change on the same computer ? or its going to stay the same assuming no new hardware is installed. because MAC addy can be easily changed. i really want a safe to generate unqiue id for each computer without having it changed easily. thats why i got the ultima...
by tryvmp
Mon Apr 25, 2011 5:27 am
Forum: Technical questions
Topic: VMProtectGetCurrentHWID question
Replies: 3
Views: 8867

VMProtectGetCurrentHWID question

hey im only using VMProtectGetCurrentHWID to generate a constant HWID. have it saved in a server then compare that string each time for authorization. i noticed vmp hwid is in some random string format ie sHdfK6mPQSFecfozjr3nN2I4tNRKjUr5i9z7yA== total length of 40 characteres it contains both upper/...
by tryvmp
Sun Apr 24, 2011 8:15 pm
Forum: Technical questions
Topic: VMProtectBegin/VMProtectEnd question
Replies: 1
Views: 7364

VMProtectBegin/VMProtectEnd question

for these markers, can i include the whole function with return in it? ie DWORD function1(int a,int b) { VMProtectBegin("function1"); if(a==1) return 1; else if(a==3) return 3; else return 4; VMProtectEnd(); } is this ok or i need to have return outside the marker. i read the help files, i...
by tryvmp
Sun Apr 24, 2011 9:35 am
Forum: Technical questions
Topic: Interested in buying professional ver. a few questions
Replies: 8
Views: 14295

Re: Interested in buying professional ver. a few questions

so still haven't received anything.

is it still 1-2hr as you mentioned?
by tryvmp
Sun Apr 24, 2011 8:01 am
Forum: Technical questions
Topic: Interested in buying professional ver. a few questions
Replies: 8
Views: 14295

Re: Interested in buying professional ver. a few questions

ok i have purchased the ultra version 399$ through Creditcard under the same email i registered with in this acc is it possible to get the full version asap. can't wait to test on it :) ----------------------------------------------------------------------------------------| |Product Name |Unit Pric...
by tryvmp
Sun Apr 24, 2011 7:20 am
Forum: Technical questions
Topic: marker and string mutation?
Replies: 5
Views: 15216

Re: marker and string mutation?

ok tx i think i got it :) last question if you don't mind is there any performance difference for encrypting string using mutation and virutalization? because i have a DLL that contains several functions that maybe executing at handreds times per sec which one do you suggest on using it performance ...
by tryvmp
Sun Apr 24, 2011 7:00 am
Forum: Technical questions
Topic: marker and string mutation?
Replies: 5
Views: 15216

Re: marker and string mutation?

so wait. are you saying any strings included in the VMProtectBegin marker isn't encrypted? i need to use VMProtectDecryptStringA for any string i want to protect? and is there any performance difference for encrypting string using mutation and virutalization. here is a SS of what i mean http://i52.t...
by tryvmp
Sun Apr 24, 2011 6:47 am
Forum: Technical questions
Topic: Interested in buying professional ver. a few questions
Replies: 8
Views: 14295

Re: Interested in buying professional ver. a few questions

hmm ok

so if i purchase the ultimate ver now using creditcard.

how long can i expect it to be emailed to me
by tryvmp
Sun Apr 24, 2011 5:43 am
Forum: Technical questions
Topic: marker and string mutation?
Replies: 5
Views: 15216

marker and string mutation?

so im quite new to VMP. i tried to pack one of the example.exe (vc++) using vmp demo. it uses VMProtectBegin macro for mutating the entire callback which also includes 4 strings. and on top of that it also uses VMProtectDecryptStringA to mutate the strings so is there any difference if you only chec...
by tryvmp
Sun Apr 24, 2011 5:30 am
Forum: Technical questions
Topic: Interested in buying professional ver. a few questions
Replies: 8
Views: 14295

Interested in buying professional ver. a few questions

hi im interested in buying the professional version of VMP. i was wondering if the API VMProtectGetCurrentHWID is availabe in professional ver or is it only in the ultimate version because thats the only api i need for a secure way of retrieve a unqiue hwid. no other license handling or verification...