From cb08b24b56bc55c6a4421cf494fe45bdb3d9900e Mon Sep 17 00:00:00 2001 From: David Venhoff Date: Mon, 15 Sep 2025 16:02:26 +0200 Subject: [PATCH] Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d551e3ae8c..c59744a08e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +This repository contains a fork of `QEMU-Nyx`. +Changes: +- add flag to configure whether Intel PT tracing is enabled +- debug logging enabled +- don't execute libxdc for better performance and to avoid decoding errors + +Find the original readme below. + # QEMU-NYX This repository contains Nyx's fork of QEMU. To enable Hypervisor based snapshots, Intel-PT based tracing, and REDQUEEN style magic byte resolution, we made various extensions to QEMU. This includes the ability to quickly reset memory and devices, obtain precise disassembly of the code running (even when code is partially swapped out / unavailable) & Intel-PT decoding, instrument code running in the VM with breakpoint-based hooks as well as communicating with a fuzzing frontend (e.g. based on [libnyx](https://github.com/nyx-fuzz/libnyx)).