Search found 2796 matches
- Thu Feb 19, 2026 6:46 pm
- Forum: Technical questions
- Topic: An error encountered while protecting an ARM64 program
- Replies: 3
- Views: 43
Re: An error encountered while protecting an ARM64 program
Send to info@vmpsoft.com
- Thu Feb 19, 2026 2:19 pm
- Forum: Technical questions
- Topic: An error encountered while protecting an ARM64 program
- Replies: 3
- Views: 43
Re: An error encountered while protecting an ARM64 program
Send us an example (original EXE+VMP files) that shows your problem.When I attempt to protect a Windows/ARM64 program (written in Golang), the protector always crashes while saving. I would like to know what to do about it.
- Sat Feb 14, 2026 1:09 pm
- Forum: Technical questions
- Topic: Protecting C# executable builded with Costura.Fody
- Replies: 1
- Views: 223
Re: Protecting C# executable builded with Costura.Fody
Don't need to use Costura.Fody because the "Assemblies" feature works the same.
- Mon Feb 09, 2026 12:23 pm
- Forum: Technical questions
- Topic: Support for ARM64 Ubuntu 22.04 Binary Encryption & CLI Integration in Jenkins
- Replies: 1
- Views: 366
Re: Support for ARM64 Ubuntu 22.04 Binary Encryption & CLI Integration in Jenkins
1. VMProtect supports ARM64 binaries for Linux.
2. VMProtect has CLI version, but it's compiled for x86_64 architecture and can't be executed on ARM64.
2. VMProtect has CLI version, but it's compiled for x86_64 architecture and can't be executed on ARM64.
- Tue Jan 27, 2026 6:47 am
- Forum: Purchasing or Upgrading
- Topic: Password not correct
- Replies: 3
- Views: 809
Re: Password not correct
Done.Would it be possible to resend it?
- Mon Jan 26, 2026 4:49 pm
- Forum: Purchasing or Upgrading
- Topic: Password not correct
- Replies: 3
- Views: 809
Re: Password not correct
You should use a password from email with the same build ("VMProtect Professional for Windows v 3.10.3.2535 released")
- Mon Jan 26, 2026 6:43 am
- Forum: Technical questions
- Topic: Qt for Android
- Replies: 7
- Views: 926
Re: Qt for Android
Исправлено в 2553.
- Fri Jan 23, 2026 6:55 am
- Forum: Technical questions
- Topic: Expired Serial Number can still run locked function
- Replies: 3
- Views: 587
Re: Expired Serial Number can still run locked function
Fixed in the 2554 build.
- Wed Jan 21, 2026 1:20 pm
- Forum: Technical questions
- Topic: "Compact" question
- Replies: 3
- Views: 589
Re: "Compact" question
We don't provide any support to someone who uses pirated versions of our software.
P.S. The topic is closed.
P.S. The topic is closed.
- Wed Jan 21, 2026 8:11 am
- Forum: Technical questions
- Topic: "Compact" question
- Replies: 3
- Views: 589
Re: "Compact" question
Are you a registered user?
- Tue Jan 20, 2026 12:51 pm
- Forum: Technical questions
- Topic: Qt for Android
- Replies: 7
- Views: 926
- Thu Jan 15, 2026 10:20 am
- Forum: Technical questions
- Topic: Qt for Android
- Replies: 7
- Views: 926
Re: Qt for Android
"Initialization error 1" показывается в случае когда mprotect, вызываемый из кода инициализации вмпротекта, вернул ошибку.
- Thu Jan 15, 2026 9:35 am
- Forum: Technical questions
- Topic: imports excluded in protection
- Replies: 5
- Views: 748
Re: imports excluded in protection
Пробежать по всем импортам можно так: function OnBeforeCompilation() local file = vmprotect.core():inputArchitecture() for i = 1, file:imports():count() do local import = file:imports():item(i) print(import:name()) for j = 1, import:count() do local import_func = import:item(j) print(' ', import_fun...
- Thu Jan 15, 2026 8:45 am
- Forum: Technical questions
- Topic: imports excluded in protection
- Replies: 5
- Views: 748
Re: imports excluded in protection
Вы оригинальную IAT на уровне PE формата уже не увидите. Вам нужно куда-то складывать адреса из IAT для нужных API в процессе обработки вмпротектом (ну или до) и потом использовать эти адреса в своем коде.
- Thu Jan 15, 2026 8:27 am
- Forum: Technical questions
- Topic: Serial number not shared between DLLs in .NET Framework 4.8
- Replies: 2
- Views: 557
Re: Serial number not shared between DLLs in .NET Framework 4.8
You should call VMProtectSetSerialNumber for each module where you use the licensing system.