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-fork
s 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
Languages
C
52.7%
Rust
47.3%