mattherdelma / Rw-No-Attach

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example:

Status = ReadProcessMemory(ProcessPid, Address, &Buffer, Size);
if (NT_SUCCESS(Status) && Buffer)
    Printf("Value: %llu\n", Buffer);

Tested on Windows 10 2004 - 20H1

About


Languages

Language:C++ 100.0%