Romain Malmain
Romain Malmain
I have a machine on which i usually run kAFL. I can run the tests there if you want. Do i need a specific version of the kernel to have...
> @rmalmain Could you please test this on a machine with kvm? you just need to run `cargo make test_nyx_mode` No problem, I'll run it now @R9295
@R9295 i received a link error during building: ``` /usr/bin/ld: /tmp/lto-llvm-05edc4.o: in function `main': ld-temp.o:(.text.main+0x300): undefined reference to `net_fuzz_bitmap' /usr/bin/ld: ld-temp.o:(.text.main+0x30e): undefined reference to `pt_decoder_init' /usr/bin/ld: ld-temp.o:(.text.main+0x32c): undefined reference to...
the error does not trigger when `CC` is not clang (i have a very recent version, should be the problem) I'll try again with your change
didn't change much on my side
I tried with multiple versions of clang: - `clang 19`: cf the error message above - `clang 17`, `clang 18`, gcc: various errors (expected i guess) pip error: ``` b'[...]/LibAFL/libafl_nyx/packer/linux_initramfs\n'...
thank you for the report. do you mind posting the stacktrace when the assert gets triggered?
can you print the result of `qemu.list_devices()` please?
can you apply this patch to qemu-libafl-bridge locally and check if it solves the problem? ``` diff --git a/hw/isa/lpc_ich9.c b/hw/isa/lpc_ich9.c index bd727b2320..b2d30e4719 100644 --- a/hw/isa/lpc_ich9.c +++ b/hw/isa/lpc_ich9.c @@ -517,7 +517,7...
most likely the case yeah. i just tried to compile it on my side and it doesn't seem to cause any compilation issue.