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)

AGPL-3.0 License

Downloads
134
Stars
778
Committers
3

Bot releases are hidden (Show)

libmem - libmem - v2.5.1

Published by rdbo about 4 years ago

Fixed all warnings (GCC/G++)

libmem - libmem - v2.5

Published by rdbo about 4 years ago

Added support for direct thiscalls on structs (C++ only) (experimental feature, might get removed. Use the latest 2.4)
Before:
str.c_str(&str); //thisptr parameter required
After:
str.c_str(); //thisptr parameter no longer required (C++)

libmem - libmem - v2.4.2

Published by rdbo about 4 years ago

Small changes

libmem - libmem - v2.4.1

Published by rdbo about 4 years ago

Fixed crash in mem_ex_get_module_list

libmem - libmem - v2.4

Published by rdbo about 4 years ago

Added mem_module_list_t
Added mem_ex_get_module_list and mem_in_get_module_list
Fixed a lot of stuff

libmem - libmem - v2.3.1

Published by rdbo about 4 years ago

Added Windows support for mem_ex_get_process_list

libmem - libmem - v2.3

Published by rdbo about 4 years ago

Added mem_process_list_t
Added mem_ex_get_process_list
Fixed MEM_THISCALL macro (Linux)
Fixed issue in mem_string_rfind

libmem - libmem - v2.2

Published by rdbo about 4 years ago

Removed unnecessary stuff

libmem - libmem - v2.1

Published by rdbo about 4 years ago

Renamed mem_detour_int_t to mem_detour_t.

libmem - libmem - v2.0.2

Published by rdbo about 4 years ago

Fixed mem_in_pattern_scan

libmem - libmem - v2.0.1

Published by rdbo about 4 years ago

Small fix

libmem - libmem - v2.0

Published by rdbo about 4 years ago

Update v2.0
Fixed a lot of stuff
Fixed issue in mem_ex_get_module (Linux)
Added 'example/example.cpp', which can be compiled on Windows and Linux.
Tested on Windows 7, Windows 10, Arch Linux, Debian

libmem - libmem - v2.0b10

Published by rdbo about 4 years ago

Solved issue in some mem_string_t functions (was returning unexpected output on Linux)

libmem - libmem - v2.0b9

Published by rdbo about 4 years ago

Fixed mem_pid_t type for Windows

libmem - libmem - v2.0b8

Published by rdbo about 4 years ago

Fixed a lot of stuff
Unicode no longer crashing (needs further testing)

libmem - libmem - v2.0b7

Published by rdbo about 4 years ago

Added unicode support (multibyte still recommended)

libmem - libmem - v2.0b6

Published by rdbo about 4 years ago

Fixed warnings (Visual Studio, x64)

libmem - libmem - v2.0b4

Published by rdbo about 4 years ago

Fixed mem_ex_get_module (Windows)
Fixed stuff

libmem - libmem - v2.0b3

Published by rdbo about 4 years ago

Added MEM_THISCALL
Fixed pattern scan
Fixed stuff

libmem - libmem - v2.0b2

Published by rdbo about 4 years ago

Fixed all warnings (Visual Studio)
Fixed module name (mem_ex_get_module)

Package Rankings
Top 23.84% on Crates.io
Top 14.38% on Pypi.org