nyx-net
nyx-net copied to clipboard
I use `sudo sh libnyx/libnyx/tesh.sh` (https://github.com/nyx-fuzz/libnyx/blob/main/libnyx/test.sh) command to fuzz `nyx_tinydtls` (obtained from https://github.com/RUB-SysSec/nyx-net/tree/main/targets/packed_targets). But the result `nyx_exec` (C interface `nyx_exec` in https://github.com/nyx-fuzz/libnyx/blob/34679b90dcdcc3c9834e4a510e6fc3ebb77b2246/libnyx/src/lib.rs) is always equal to 1. And I use...
  Hello, can `NYX-NET` use `afl-clang-fast`? Or is there something wrong with my operation? Looking forward to your reply, thank you!
nyx-net git:(main) ./setup.sh [?] Checking submodules ... [?] Checking QEMU-NYX ... [?] Checking NYX-Net fuzzer ... [*] Compiling NYX-Net fuzzer ... [?] Checking submodules ... [?] Checking rust_fuzzer ... Compiling...
I am very fond of your work on protocol fuzz testing, and I am currently attempting to optimize nyx-net. In nyx-net, the transmission of prefix messages is achieved through taking...
Hi there, We are trying to use nyx-net fuzzing some complex interactive systems, and we have successfully started the target system inside `qemu-nyx` manually. Unfortunately, the target came into hanging...
Does Nyx-net support previous versions of nyx (shown in the image below) for fuzzing type-2 hypervisors?  Also, if I want to use Nyx-net to fuzz the Nyx VM image,...
I'm trying to fuzz openSSH's other version, I found that the openSSH you provide in this repo is compress built binary. I tried to build in source but failed.( The...
when I try to build the docker, I met the error as : => ERROR [42/53] RUN sh pack.sh 0.3s ------ > [42/53] RUN sh pack.sh: 0.288 sh: 0: Can't...