mirror of
https://github.com/GameHackingBook/GameHackingCode
synced 2026-06-08 11:08:54 +00:00
Update main-accessingMemory.cpp
This commit is contained in:
@@ -125,7 +125,6 @@ DWORD getMyBaseAddressFS()
|
||||
|
||||
DWORD getRemoteBaseAddress(HANDLE process)
|
||||
{
|
||||
|
||||
DWORD newBase;
|
||||
// get the address of kernel32.dll
|
||||
HMODULE k32 = GetModuleHandleA("kernel32.dll");
|
||||
|
||||
Reference in New Issue
Block a user