Search found 11 matches

by zksxmk12
Wed Aug 24, 2022 11:12 pm
Forum: Technical questions
Topic: Can I select old VM architecture to reduce file size?
Replies: 3
Views: 4445

Can I select old VM architecture to reduce file size?

Protected file size is toooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo big.
by zksxmk12
Tue Feb 08, 2022 11:06 am
Forum: Technical questions
Topic: Do vmprotect-protected binaries watermark information about license buyers?
Replies: 3
Views: 2041

Do vmprotect-protected binaries watermark information about license buyers?

For example, if 'a' purchases vmprotect and protects a binary with it, Does the protected binary have information about 'a'?
by zksxmk12
Sun Oct 04, 2015 4:09 am
Forum: Technical questions
Topic: Hardware ID and Decoder
Replies: 2
Views: 20748

Re: Hardware ID and Decoder

This is more JSON-friendly php code. <?php $s = ''; if (isset($_GET['id'])) $s = $_GET['id']; function DecodeHWID($id) { $id = base64_decode(trim($id)); $sz = strlen($id); if(($sz == 0) || ($sz % 4 != 0)) return false; $r = array(); $ethernet_cnt = 0; for ($i = 0; $i < $sz; $i += 4) { $t1 = ord(subs...
by zksxmk12
Thu Sep 17, 2015 9:01 am
Forum: Technical questions
Topic: Question about Web License Manager
Replies: 3
Views: 7053

Re: Question about Web License Manager

You can deactivate a license by customer request with WebLM manually. You need just to block this license (set Blocked = True). Hope this helps. Maybe I need automatic deactivation system. My customers will change very often their computer. If I buy WLM, Will you send me a full script source code? ...
by zksxmk12
Thu Sep 17, 2015 4:20 am
Forum: Technical questions
Topic: Question about Web License Manager
Replies: 3
Views: 7053

Question about Web License Manager

I'm thinking about buying WLM. But I found there's no deactivation way if a user execute application from another computer and doesnt' know about serial number. Becuase VMProtectDeactivateLicense requires a valid serial number. Here There is a question. Can I customise WLM server script? If possible...
by zksxmk12
Wed Sep 02, 2015 5:43 am
Forum: Technical questions
Topic: V3 File box question
Replies: 1
Views: 4433

V3 File box question

Will executing and writing the boxed files be able?

Currently ZwCreateProcess and ZwWriteFile is not hooked.
by zksxmk12
Mon Aug 31, 2015 12:31 pm
Forum: Technical questions
Topic: Is V3 released?
Replies: 5
Views: 7613

Re: Is V3 released?

I see.
I look foward to file boxing. Great!
by zksxmk12
Mon Aug 31, 2015 10:48 am
Forum: Technical questions
Topic: Is V3 released?
Replies: 5
Views: 7613

Is V3 released?

I saw a new post at http://vmpsoft.com/20150825/vmprotect-3-0/
Can I buy V3 now? not demo.
by zksxmk12
Sat Apr 11, 2015 5:38 am
Forum: Technical questions
Topic: There is no way to get HWID from a serial number.
Replies: 5
Views: 8334

Re: There is no way to get HWID from a serial number.

Umm.. I'm just wondering why VMProtectSerialNumberData includes all the information except only HWID field. I heard that V3 is about to be released. I think it is not quite difficult to add HWID field to the structure before releasing. Isn't it?
by zksxmk12
Thu Apr 09, 2015 5:06 am
Forum: Technical questions
Topic: There is no way to get HWID from a serial number.
Replies: 5
Views: 8334

Re: There is no way to get HWID from a serial number.

Thanks for your opinion. I've known about blacklisting.
But the software already released cannot be recalled.
I've developed my software on a small scale by myself.
Hence I don't want to use WEB License Manager so I hope to remain my software offline-licensing. Can you give me a good idea?
by zksxmk12
Mon Apr 06, 2015 8:22 am
Forum: Technical questions
Topic: There is no way to get HWID from a serial number.
Replies: 5
Views: 8334

There is no way to get HWID from a serial number.

I'm really concerned about a serial number created without HWID field. If the serial number what I mentioned above is leaked due to my carelessness, My software will be free to anyone. I want to prevent this. Currently, A Program packed by VMProtect can get information of someone's license by callin...