Sergej Schumilo

Results 11 comments of Sergej Schumilo

Hi, there! First of all, great work! I'm glad to see that Nyx mode is finally available in libAFL :-) I've just tested the patches, and it seems like something...

Okay, I found the cause: So, currently, the Nyx fuzzing harness (in the [packer repo](https://github.com/nyx-fuzz/packer/tree/main/packer/linux_x86_64-userspace/src)) doesn't support SanitizerCoverage. But I'm pretty sure that not much work is needed to add...

Please verify that you are using the patched 4.6.2 Linux Kernel: https://github.com/RUB-SysSec/kAFL/issues/7 Apart from that, it seems like your CPU is not support (it's a Broadwell CPU, right?), since the...

TSC and MTC packet generation is disabled by default by KVM-PT (see https://github.com/RUB-SysSec/kAFL/blob/master/KVM-PT/arch/x86/kvm/vmx_pt.c#L637). You can enable both of them by setting the proper bit for MTC_EN and TSC_EN. Though, I'm...

WIP patch: https://github.com/nyx-fuzz/QEMU-Nyx/pull/47

WIP patch (code is only reachable via debug hypercall, crash handler integration is missing): https://github.com/il-steffen/QEMU-Nyx/pull/1 https://github.com/il-steffen/QEMU-Nyx/pull/1/commits/ff1acd7033825593e609a7a52569dca5a8c1b1d7

Depending on the mode, a qcow disk is not always required / used. I have two ideas which both, however, would require extending the packer: 1) The packer adds the...

Does this issue still occur with the latest commit of [Nyx-Testing](https://github.com/nyx-fuzz/Nyx-Testing)?

The current status regarding vmware backdoor io hypercalls is as follows: -> We already use this interface in case KVM-Nyx is not installed, and the user does not need Intel...

> nyx mode doesn't work well for me and I don't have time to dig the issue. Anyway, I created this PR to fix some issues. [#2467](https://github.com/AFLplusplus/AFLplusplus/pull/2467) > > I...