Skip to content
This repository was archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
Edit README instruction wording
Browse files Browse the repository at this point in the history
  • Loading branch information
pierwill committed Oct 26, 2019
1 parent f4f636d commit 9899198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 9899198

Please sign in to comment.