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) (DLL/SO Injection) (Internal/External) (Assembler/Disassembler)
GNU Affero General Public License v3.0
812 stars 98 forks source link

Only build available architectures for Capstone and Keystone #40

Closed rdbo closed 1 year ago

rdbo commented 1 year ago

Currently unsupported architectures, let's say for example RISC-V, should not be build on the Capstone and Keystone libraries. This would generate a smaller binary, and also save compilation time.

rdbo commented 1 year ago

Fixed for Capstone: 3c2f3a213062bf2d2d668a404732802e06b02808 This doesn't seem possible for Keystone