libmem
libmem copied to clipboard
Advanced Game Hacking Library for C/C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64/ARM/ARM64) (DLL/SO Injection) (Internal/External...
process_vm_readv & process_vm_writev methods not found in android ```fcntl(): Bad file descriptor Android NDK: APP_PLATFORM not set. Defaulting to minimum supported version android-16. Android NDK: [armeabi-v7a] Compile thumb : mem...
How do you go about doing subroutine hooks, like how zeex/subhook does it? I almost figured out how all of libmem's API works, which is awesome 😁 I wish to...
Clean up unused files
There is a chance it might fail on windows due to the way it is currently implemented (loading the module in the current process) for EXE files.
When passing `NULL` to the buffer of the convertion functions, it should allocate the string for you and return it. For some reason, that is crashing. Libmem does not use...
The current way of getting the boot time is through an undocumented NT API, which might change in the future (even though it works at least since Windows 7 and...
All tests should run, no matter if a previous one failed
Injection should be done manually