rdbo / libmem

Advanced Game Hacking Library for C, Modern C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64/ARM/ARM64) (DLL/SO Injection) (Internal/External) (Assembler/Disassembler)
GNU Affero General Public License v3.0
797 stars 96 forks source link

Error build on ubuntu 22 aarch64 #211

Open Martos opened 5 months ago

Martos commented 5 months ago

Hi, i tried to build with ubuntu 22.04 on AARCH64 but i get this error: [ 53%] Building C object CMakeFiles/libmem.dir/src/linux/ptrace/ptrace.c.o /home/user/libmem/src/linux/ptrace/ptrace.c:28:10: fatal error: sys/reg.h: No such file or directory 28 | #include <sys/reg.h> | ^~~ compilation terminated.

Maybe i forgot some params on make ? Thanks