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
748 stars 90 forks source link

[rust] Fix for ARM architecture #185

Closed LeadRDRK closed 4 months ago

LeadRDRK commented 4 months ago
rdbo commented 4 months ago

Looks good, thank you I thought I should mention though, the ARM support has been temporarily removed from libmem on version 3, due to hacky and messy code to get it working. I plan on adding it back though