From 9899198f5bb3460a2f897fe48cecb58f518d3848 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Sat, 26 Oct 2019 09:42:53 -0700 Subject: [PATCH] Edit README instruction wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb84244..3e29ddb 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ It should output something like this: [+] Exit with Ctrl+C if you are done reading the secret ``` -Let the `secret` program running, and start `physical_reader`. The first parameter is the physical address printed by `secret`. If you do not have KASLR disabled, the second parameter is the offset of the direct physical map. +While the `secret` program is running, start `physical_reader`. The first parameter is the physical address printed by `secret`. If you do not have KASLR disabled, the second parameter is the offset of the direct physical map. ```bash taskset 0x1 ./physical_reader 0x390fff400 0xffff880000000000 ```