Search found 2813 matches

by Admin
Tue Mar 24, 2026 9:45 am
Forum: Technical questions
Topic: License Expiry Bypass via system Clock Rollback
Replies: 11
Views: 1646

Re: License Expiry Bypass via system Clock Rollback

You should switch off the option "Strip Debug Information". It seems "ld" uses the ".dynsym" section while linking.
by Admin
Thu Mar 19, 2026 4:46 pm
Forum: Technical questions
Topic: License Expiry Bypass via system Clock Rollback
Replies: 11
Views: 1646

Re: License Expiry Bypass via system Clock Rollback

Could you provide an example (original SO + .VMP file + main.c) that shows your problem?
by Admin
Thu Mar 19, 2026 9:14 am
Forum: Technical questions
Topic: License Expiry Bypass via system Clock Rollback
Replies: 11
Views: 1646

Re: License Expiry Bypass via system Clock Rollback

Please notice that the demo version locks all protected binaries to the current HWID, so you are unable to check them on the end user side because the error "This application is protected with demo version of VMProtect and cannot be executed on this computer." will occur.
by Admin
Mon Mar 16, 2026 12:39 pm
Forum: Technical questions
Topic: License Expiry Bypass via system Clock Rollback
Replies: 11
Views: 1646

Re: License Expiry Bypass via system Clock Rollback

Do we need to ship libVMProtectSDK64.so along with our binary or we can skip it somehow? Don't need because VMProtect removes it from dependencies during protection. can we expect that demo pop-up will go away once we have licensed version of protect? The full version doesn't show such message at s...
by Admin
Thu Mar 12, 2026 10:43 am
Forum: Technical questions
Topic: License Expiry Bypass via system Clock Rollback
Replies: 11
Views: 1646

Re: License Expiry Bypass via system Clock Rollback

You should read the user manual about serial number generators:
https://vmpsoft.com/vmprotect/user-manu ... generators

So you can implement own tool to make anything you need.
by Admin
Tue Mar 10, 2026 2:30 am
Forum: Technical questions
Topic: License Expiry Bypass via system Clock Rollback
Replies: 11
Views: 1646

Re: License Expiry Bypass via system Clock Rollback

It's impossible to detect the system clock rollback without getting the real date from the Internet. We can recommenв to use VMProtectActivateLicense and the licensing system will also use the date from your activation server.
by Admin
Fri Mar 06, 2026 5:38 am
Forum: Technical questions
Topic: A question about watermark
Replies: 6
Views: 1332

Re: A question about watermark

It seems you still don't understand what different between "file on a disk" and "module in the memory".

P.S. The topic is closed.
by Admin
Fri Mar 06, 2026 4:32 am
Forum: Technical questions
Topic: A question about watermark
Replies: 6
Views: 1332

Re: A question about watermark

"Search in module" searches for watermarks in the process memory for selected module, so if you want to do it on Linux you should use "VMProtect for Linux".
by Admin
Wed Mar 04, 2026 6:10 am
Forum: Technical questions
Topic: Can file corruption detection be turned off?
Replies: 4
Views: 1030

Re: Can file corruption detection be turned off?

You should switch off the option "Memory Protection".
by Admin
Tue Mar 03, 2026 3:26 pm
Forum: Technical questions
Topic: Can file corruption detection be turned off?
Replies: 4
Views: 1030

Re: Can file corruption detection be turned off?

Are you a registered user?
by Admin
Tue Feb 24, 2026 5:23 pm
Forum: Technical questions
Topic: A small suggestion
Replies: 5
Views: 1587

Re: A small suggestion

You should remove unused licensing functions from "vmprotect.go" (like VMProtectSetSerialNumber, VMProtectGetCurrentHWID, etc.) because the Go's compiler can't do that itself.
by Admin
Tue Feb 24, 2026 2:51 pm
Forum: Technical questions
Topic: A small suggestion
Replies: 5
Views: 1587

Re: A small suggestion

#cgo arm64 LDFLAGS: -L./ -lVMProtectARM64
by Admin
Tue Feb 24, 2026 10:56 am
Forum: Technical questions
Topic: A small suggestion
Replies: 5
Views: 1587

Re: A small suggestion

Look at %VMProtect%\Include\Go
by Admin
Tue Feb 24, 2026 7:55 am
Forum: Technical questions
Topic: pdb not being used in vmprotect_con linux
Replies: 5
Views: 1674

Re: pdb not being used in vmprotect_con linux

Please try the latest build.