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
788 stars 91 forks source link

libmem - page protection not restored #14

Closed rdbo closed 3 years ago

rdbo commented 3 years ago

Some functions call mem_*_protect to change the page protection and do not restore the original protection back. A fix might be out soon.

rdbo commented 3 years ago

Fixed (1c9adeddfd8388e426f3289a4e548e00f2dba395).