about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2024-11-04 11:08:59 +0100
committerGitHub <noreply@github.com>2024-11-04 11:08:59 +0100
commit1448eab8ec0d7b8026f6e944caa2554d84f26558 (patch)
tree07620f785f309a373560068cc81fd3567914aa37
parent42fc9acf5bdd512608e3590a78749c2cd95ee5f3 (diff)
parent55aec64038bed9f2da8c1af69ec4c65696afc67f (diff)
downloadafl++-1448eab8ec0d7b8026f6e944caa2554d84f26558.tar.gz
Merge pull request #2235 from CowBoy4mH3LL/patch-3
Update README: Link to OpenSSF talk added
-rw-r--r--qemu_mode/hooking_bridge/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu_mode/hooking_bridge/README.md b/qemu_mode/hooking_bridge/README.md
index c6276305..6bc9ba14 100644
--- a/qemu_mode/hooking_bridge/README.md
+++ b/qemu_mode/hooking_bridge/README.md
@@ -1,3 +1,6 @@
+# Short talk
+[Open Source Security Foundation'24]( https://www.youtube.com/watch?v=qx1PCjQ1bCA&t=307s )
+
 # Native hooking support into QEMUAFL
 * The essential idea is to have inbuilt hooking support into QEMU, instead of relying on the more expensive options UNICORN and its children.
 * This solution comprises a bridge (QEMU plugin) that connects your hooks (in a shared library (.so)) with the QEMU usermode ecosystem.