diff options
author | van Hauser <vh@thc.org> | 2024-11-07 15:42:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-07 15:42:48 +0100 |
commit | 5777ceaf23f48ae4ceae60e4f3a79263802633c6 (patch) | |
tree | e663c66995622198c4de5d2fa76eb00e3b835311 /qemu_mode | |
parent | d0587a3ac46b1652b1b51b3253c9833d0ea06a13 (diff) | |
parent | 21916a7f600c2f0808ebe8d668979e7e1686dc2c (diff) | |
download | afl++-stable.tar.gz |
Merge pull request #2240 from AFLplusplus/dev stable
Push to stable
Diffstat (limited to 'qemu_mode')
-rw-r--r-- | qemu_mode/QEMUAFL_VERSION | 2 | ||||
-rw-r--r-- | qemu_mode/hooking_bridge/README.md | 3 | ||||
m--------- | qemu_mode/qemuafl | 0 |
3 files changed, 4 insertions, 1 deletions
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/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. diff --git a/qemu_mode/qemuafl b/qemu_mode/qemuafl -Subproject d40bcd896521e5a1f0c9939d020fe6291dbdd37 +Subproject 4d837f06d5c1b6a93e9e89b3b701bf35b1bf6b4 |