From 1aa58a1972157d68b01e888a12c76b718ebe8353 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Wed, 30 Oct 2024 13:24:15 +0100 Subject: update qemuafl --- qemu_mode/QEMUAFL_VERSION | 2 +- qemu_mode/qemuafl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qemu_mode') diff --git a/qemu_mode/QEMUAFL_VERSION b/qemu_mode/QEMUAFL_VERSION index ecff1e72..5760be0e 100644 --- a/qemu_mode/QEMUAFL_VERSION +++ b/qemu_mode/QEMUAFL_VERSION @@ -1 +1 @@ -d40bcd8965 +4d837f06d5 diff --git a/qemu_mode/qemuafl b/qemu_mode/qemuafl index d40bcd89..4d837f06 160000 --- a/qemu_mode/qemuafl +++ b/qemu_mode/qemuafl @@ -1 +1 @@ -Subproject commit d40bcd896521e5a1f0c9939d020fe6291dbdd370 +Subproject commit 4d837f06d5c1b6a93e9e89b3b701bf35b1bf6b4b -- cgit 1.4.1 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') 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