about summary refs log tree commit diff
path: root/qemu_mode/hooking_bridge
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2024-11-07 15:42:48 +0100
committerGitHub <noreply@github.com>2024-11-07 15:42:48 +0100
commit5777ceaf23f48ae4ceae60e4f3a79263802633c6 (patch)
treee663c66995622198c4de5d2fa76eb00e3b835311 /qemu_mode/hooking_bridge
parentd0587a3ac46b1652b1b51b3253c9833d0ea06a13 (diff)
parent21916a7f600c2f0808ebe8d668979e7e1686dc2c (diff)
downloadafl++-stable.tar.gz
Merge pull request #2240 from AFLplusplus/dev stable
Push to stable
Diffstat (limited to 'qemu_mode/hooking_bridge')
-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.