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
764 stars 92 forks source link

Rename LM_GetPage(Ex) #102

Closed rdbo closed 1 year ago

rdbo commented 1 year ago

There's no guarantee that a page will be found in the given address, so this needs to be renamed to something else. Also, LM_FindPage(Ex) gives the impression that it will search for a page, but it won't, it will just get a page if it exists. No idea what to name it.

rdbo commented 1 year ago

I will keep it like this