From 55aec64038bed9f2da8c1af69ec4c65696afc67f Mon Sep 17 00:00:00 2001 From: "Subhojeet Mukherjee, PhD" <57270300+CowBoy4mH3LL@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:14:11 +0530 Subject: Update README: Link to OpenSSF talk added --- qemu_mode/hooking_bridge/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qemu_mode/hooking_bridge') 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. -- cgit 1.4.1