2025-09-15 15:59:23 +02:00
2025-09-15 15:59:23 +02:00
2025-09-15 15:59:23 +02:00
2025-09-12 10:54:24 +02:00
2025-09-12 11:54:23 +02:00
2025-09-12 11:54:23 +02:00
2025-09-15 15:59:23 +02:00
2025-09-08 16:35:11 +02:00

qemu-nyx-runner

This repository contains the source code of qemu-nyx-runner, a tool which can be used to execute programs inside a Nyx hypervisor, trace them with Intel PT, and analyze the resulting trace files to estimate its execution without all this instrumentation.

Set Up

To use this project, KVM-Nyx-forks kernel modules have to be installed and loaded. use the setup-kvm.sh script for that.

To run a program with qemu-nyx-runner, use cargo r --release -- path/to/program

Description
No description provided
Readme 107 KiB
Languages
C 52.7%
Rust 47.3%