qemu-nyx-runner/README.md

502 B

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