From b166e52aa1d64737f77fd681622fcf2f624292fa Mon Sep 17 00:00:00 2001 From: Sander Wiebing <45387038+SanWieb@users.noreply.github.com> Date: Wed, 10 Apr 2024 14:56:07 +0200 Subject: [PATCH] [experiments] Add dispatch gadgets PoCs --- experiments/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/experiments/README.md b/experiments/README.md index 8206d00..3c4ea0f 100644 --- a/experiments/README.md +++ b/experiments/README.md @@ -1,9 +1,10 @@ # Experiments ``` -inspectre-gagdet/experiments/ +inspectre-gadget/experiments/ ├─ scanner-eval/ # Evaluation of the scanner (section 5.4) ├─ native-bhi/ # Native BHI PoC (Section 6.2) +├─ dispatch-gadgets/ # Dispatch gadgets PoCs (Section 7) ├─ speculation-windows/ # Speculation windows tests (Section 8) ├─ fineibt-bypass/ # FineIBT bypass PoC (Section 9) ├─ poc-common/ # common files for PoCs