An error encountered while protecting an ARM64 program
Posted: Thu Feb 19, 2026 8:16 am
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.
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.