Search found 75 matches

by bitman2112
Sat Nov 09, 2013 2:25 pm
Forum: Technical questions
Topic: Suppressing "Code requires a serial number to run..." dialog
Replies: 4
Views: 15348

Suppressing "Code requires a serial number to run..." dialog

Hi,

I want to suppress the:

This code requires valid serial number to run.
Program will be terminated.


I tried erasing the string in Options and saving my vmp file, but after recompilation, it's still there!

Thanks.

:Ron
by bitman2112
Thu Nov 07, 2013 4:42 am
Forum: Technical questions
Topic: WebLM Question
Replies: 2
Views: 5724

Re: WebLM Question

And I will too!

Thanks.
by bitman2112
Wed Nov 06, 2013 10:28 pm
Forum: Technical questions
Topic: VMProtectActivateLicense() returning undocumented 9
Replies: 2
Views: 5764

VMProtectActivateLicense() returning undocumented 9

Hi, After successfully obtaining a trial 30 day license against an Activation code from the weblm server, I desired to change the trial period from 30 days to 1 day so tomorrow I could see what happens when the time is up. I deleted my licenses and recreated one with a 1 day expiration. I must have ...
by bitman2112
Wed Nov 06, 2013 8:19 pm
Forum: Technical questions
Topic: WebLM Question
Replies: 2
Views: 5724

WebLM Question

From the instructions: At the first run, the protected application checks the registry or settings file for the stored serial number. If it is not found, the application needs to start the trial period, so it shows an information window to the user and then connects the activation server for the ser...
by bitman2112
Wed Nov 06, 2013 5:05 pm
Forum: Technical questions
Topic: Nevermind - Debug detection?
Replies: 0
Views: 12920

Nevermind - Debug detection?

Nevermind....

I fixed it.
by bitman2112
Wed Nov 06, 2013 4:16 pm
Forum: Technical questions
Topic: Activation Server in demo version?
Replies: 2
Views: 5723

Re: Activation Server in demo version?

Da!, There it is!

Nice.

Thanks a bunch admin.
by bitman2112
Wed Nov 06, 2013 1:40 pm
Forum: Technical questions
Topic: Activation Server in demo version?
Replies: 2
Views: 5723

Activation Server in demo version?

Hi,

Am I correct that it is not possible to specify an Activation Server in the VMProtect demo version?
Those fields seem to be missing from the demo.

Thanks. :D

Ron
by bitman2112
Fri Nov 01, 2013 9:02 pm
Forum: Technical questions
Topic: Solved:Problem registering 32 bit COM Dll - no protection.
Replies: 4
Views: 7315

Re: Problem registering 32 bit COM Dll with no protection.

Ooooo K. I have *solved* it - maybe. It seems that VMPROTECTSDK32.DLL needs to be in the output folder not the source code folder for registration to take place. I found this out using dependency walker. From the FAQ: Is it necessary to include VMProtectSDK32.dll/VMProtectSDK64.dll to installer? No....
by bitman2112
Fri Nov 01, 2013 8:08 pm
Forum: Technical questions
Topic: Solved:Problem registering 32 bit COM Dll - no protection.
Replies: 4
Views: 7315

Re: Problem registering 32 bit COM Dll with no protection.

Further Findings: It is not simply having #include "VMProtectSDK.h there that causes the problem It only appeared that way for a while. - this made little sense anyway. It turns out that after commenting out all the API calls, a Rebuild Project.dll was required to be able to register the dll. T...
by bitman2112
Fri Nov 01, 2013 1:01 pm
Forum: Technical questions
Topic: Solved:Problem registering 32 bit COM Dll - no protection.
Replies: 4
Views: 7315

Re: Problem registering 32 bit COM Dll with no protection.

Thanks for the reply. No, they're there alright. I had it all working even with VProtect, but had not as yet re-registered the dlll as it was already registered. On a hunch, I thought I would see if the dll would un-register / re-register. It did not. So I commented all the VProtect code out but for...
by bitman2112
Fri Nov 01, 2013 2:37 am
Forum: Technical questions
Topic: Solved:Problem registering 32 bit COM Dll - no protection.
Replies: 4
Views: 7315

Solved:Problem registering 32 bit COM Dll - no protection.

I have found that it is enough to simply have: #include "VMProtectSDK.h" Added to my COM Dll code and nothing else, no API calls, no markers not even protecting it, to produce: LoadLibrary("Project.dll") failed. The specified module could not be found. In response to: regsvr32 Pr...
by bitman2112
Thu Oct 31, 2013 4:21 pm
Forum: Technical questions
Topic: Is this safe?
Replies: 1
Views: 5177

Is this safe?

I don't want to be bothered by VMProtect when I am just debugging my code so I put a res = 0 surrounded by #ifdef _DEBUG / #endif preprocessor conditions. It it dangerous to have this code in the exe in the wild? I have put it inside the protected code area using a marker. char *serial = read_serial...
by bitman2112
Wed Oct 30, 2013 7:15 pm
Forum: Technical questions
Topic: SOLVED: Com Plugin stange issue across host versions
Replies: 2
Views: 5496

Re: Com Plugin stange issue across host versions

I solved it shortly after posting

Please delete if possible.
by bitman2112
Wed Oct 30, 2013 5:49 pm
Forum: Technical questions
Topic: SOLVED: Com Plugin stange issue across host versions
Replies: 2
Views: 5496

SOLVED: Com Plugin stange issue across host versions

Hi everyone. VMProtect Demo newbie here. I am protecting a dll that is a plug-in for a 3rd party host application I have many versions of the 3rd party host application on my disk. I put my serial.txt in c:\ and am fetching it from that location like so. char *serial = read_serial((char*)"c:\\s...