about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSubhojeet Mukherjee, PhD <57270300+CowBoy4mH3LL@users.noreply.github.com>2024-11-04 12:14:11 +0530
committerGitHub <noreply@github.com>2024-11-04 12:14:11 +0530
commit55aec64038bed9f2da8c1af69ec4c65696afc67f (patch)
tree3b183148d3d0b89ca04e38bc00a99e6b2987aca7
parentd0587a3ac46b1652b1b51b3253c9833d0ea06a13 (diff)
downloadafl++-55aec64038bed9f2da8c1af69ec4c65696afc67f.tar.gz
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.