Skip to content

Release v2020-01-11

Compare
Choose a tag to compare
@Viir Viir released this 11 Jan 19:14

read-memory-64-bit.exe

This software helps you read from 64-bit game client processes.

Use the --pid parameter to specify the ID of the game client process to read from. You can find this ID in the Windows Task Manager in the PID column in the Processes tab.

save-process-sample

The save-process-sample command saves a sample of the process to a file. This sample includes all committed memory regions, so we can use it to support memory reading development.

Below is an example of a full command to use the tool:

read-memory-64-bit.exe  save-process-sample  --pid=12345