Skip to content

Conversation

rmalmain
Copy link
Member

@rmalmain rmalmain commented Jul 28, 2025

  • libvharness is a library to help making harnesses for libafl qemu more easily.
    there is a new feature to optionally compile nyx command stuff, it should avoid the mess with having both libafl qemu commands and nyx commands altogether we've seen in previous issues.

  • InputSetter is just an abstraction of how the input should be set in qemu. before, it was implemented as part of the command manager, so code reuse was not really possible.

  • SetMapCommand is a new command used to define coverage maps (including cmplog maps) from inside a VM. the main use case is when this gets coupled with something like KCOV. it makes it easier / more efficient to get the correct coverage compared with manual address filtering. the current implementation of KCOV is not enough to get this command working correctly, there is a linux patch to apply I'll try to push soon.

  • add qemu_linux_kernel example in the toolchain. make the qemu image builder available publicly.

@rmalmain rmalmain merged commit 3e25b32 into main Oct 6, 2025
114 checks passed
@rmalmain rmalmain deleted the libvharness branch October 6, 2025 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants