We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e311d commit 9008d16Copy full SHA for 9008d16
README.md
@@ -41,7 +41,7 @@ Running the LLC prime+probe;
41
## LLC Prime+Probe (Link to implementation)
42
43
# Sources
44
-The covert-channel implementaions are sourced from the following repositories. You can examine the sources in the "extern" subdirectory.
45
-- repo1
46
-- repo2
47
-- repo3
+This main pieces of this repository are [three covert channel implementations](../blob/master/extern). The implementations and their sources:
+- [Synchronous, Shared-Memory, Flush+Reload Covert Channel](https://github.com/moehajj/Flush-Reload)
+- [Synchronous Prime+Probe, Last-Level Cache](https://github.com/0x161e-swei/covert-channel-101)
+- [Asynchronous Prime+Probe, L1 Data-Cache](https://github.com/yshalabi/cc-fun)
0 commit comments