Skip to content

Commit 1bd158f

Browse files
authored
Update README.md
1 parent 9a860aa commit 1bd158f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ cmake ..
1818
make
1919
```
2020
# covert-channel implementations
21-
## Flush+Reload (Link to implementation)
21+
## Flush+Reload
2222
Running the flush+reload
2323
```sh
2424
./fr-send FILE
2525
./fr-recv FILE
2626
```
2727

28-
## L1D Prime+Probe (Link to implementation)
28+
## L1D Prime+Probe
2929
Running the l1d prime+probe
3030
```sh
3131
# Y,X are sibling threads
3232
taskset -c Y ./pp-l1d-send
3333
taskset -c X ./pp-l1d-recv
3434
```
3535

36-
## LLC Prime+Probe (Link to implementation)
36+
## LLC Prime+Probe
3737

3838
Running the LLC prime+probe (chat mode)
3939
```sh

0 commit comments

Comments
 (0)