nyx-net icon indicating copy to clipboard operation
nyx-net copied to clipboard

Results 8 nyx-net issues
Sort by recently updated
recently updated
newest added

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...

![image](https://user-images.githubusercontent.com/22146584/147231676-49e1f5f4-4acd-475e-a9bb-e7fbc0782b89.png) ![image](https://user-images.githubusercontent.com/22146584/147231377-b6b4311f-bd17-4a60-871e-357348d12a36.png) 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? ![Image](https://github.com/user-attachments/assets/f86cba20-6ebb-44a3-9be8-7cd5b8aa7364) 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...