Search found 2796 matches

by Admin
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

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.
Send us an example (original EXE+VMP files) that shows your problem.
by Admin
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.
by Admin
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.
by Admin
Tue Jan 27, 2026 6:47 am
Forum: Purchasing or Upgrading
Topic: Password not correct
Replies: 3
Views: 809

Re: Password not correct

Would it be possible to resend it?
Done.
by Admin
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")
by Admin
Mon Jan 26, 2026 6:43 am
Forum: Technical questions
Topic: Qt for Android
Replies: 7
Views: 926

Re: Qt for Android

Исправлено в 2553.
by Admin
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.
by Admin
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?
by Admin
Tue Jan 20, 2026 12:51 pm
Forum: Technical questions
Topic: Qt for Android
Replies: 7
Views: 926

Re: Qt for Android

chainik wrote: Thu Jan 15, 2026 10:47 am да, а делать-то что?
Выключить опцию "Упаковать выходной файл".
by Admin
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, вызываемый из кода инициализации вмпротекта, вернул ошибку.
by Admin
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...
by Admin
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 в процессе обработки вмпротектом (ну или до) и потом использовать эти адреса в своем коде.
by Admin
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.