An error encountered while protecting an ARM64 program

Issues related to VMProtect
Post Reply
danqing
Posts: 13
Joined: Thu Feb 19, 2026 8:04 am

An error encountered while protecting an ARM64 program

Post by danqing »

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.

Additionally, when I protect a Linux/ARM64 program, the protection succeeds, but it shows "-bash: ./{ELF file}: cannot execute: required file not found". When I check with "readelf -l", I find that the program import "/lib64/ld-linux-x86-64.so.2", which does not seem to exist in the ARM64 version of Linux.
Admin
Site Admin
Posts: 2809
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: An error encountered while protecting an ARM64 program

Post by Admin »

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.
danqing
Posts: 13
Joined: Thu Feb 19, 2026 8:04 am

Re: An error encountered while protecting an ARM64 program

Post by danqing »

May I send you the files by email?I can't upload ELF file in here
Admin
Site Admin
Posts: 2809
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: An error encountered while protecting an ARM64 program

Post by Admin »

Admin
Site Admin
Posts: 2809
Joined: Mon Aug 21, 2006 8:19 pm
Location: Russia, E-burg
Contact:

Re: An error encountered while protecting an ARM64 program

Post by Admin »

Fixed in the 2633 build.
danqing
Posts: 13
Joined: Thu Feb 19, 2026 8:04 am

Re: An error encountered while protecting an ARM64 program

Post by danqing »

​I try to protected another simple program,but it still doesn't work
P.S. I sent the file to you just now,please check.Thanks
Post Reply