From b647a334bc2c72e2b2f494a919b77ed3663b6e0d Mon Sep 17 00:00:00 2001 From: IChooseYou Date: Sun, 22 Feb 2026 09:14:04 -0700 Subject: [PATCH] docs: fix Remote Process description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81d478b..8623ff4 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Built with C++17, Qt 6, and QScintilla. The entire editor surface is rendered as - **File** — open any binary file and inspect its contents as structured data - **Process** — attach to a live process and read its memory in real time -- **Remote Process** — connect to a process on another machine over shared memory +- **Remote Process** — read another process's memory via shared memory - **WinDbg** — load `.dmp` crash dump files or connect to live debugging sessions ---