-
-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libafl-fuzz: introduce nyx_mode #2503
base: main
Are you sure you want to change the base?
Conversation
can you cargo fmt? (inside your others/libafl-fuzz |
Looks like nyx mode won't run on github CI according @vanhauser-thc 's script. Can someone with an intel CPU please test? |
I have a machine on which i usually run kAFL. I can run the tests there if you want. |
|
||
rm -rf ./test/nyx-test | ||
|
||
python3 ${AFL_DIR}/nyx_mode/packer/packer/nyx_packer.py \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can't do this on gh ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to integrate this in ci we would need a dedicated machine.
for now I'll just run the test on my machine and see if it works when @R9295 replies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any news here? |
@rmalmain Could you please test this on a machine with kvm? you just need to run |
@R9295 i received a link error during building:
|
@rmalmain is this a Rust (libafl-fuzz / libafl_nyx) issue or a AFL++ one? |
Could you please try again? |
the error does not trigger when |
didn't change much on my side |
@rmalmain thanks. I'll need to have a look myself cause this is compiling just fine on my Intel THinkpad with clang-18 (just no kvm stuff so it won't actually run). I'll DIY it |
I tried with multiple versions of clang:
kvm backdoor error:
for the last few errors i guess it's the user's responsibility to handle that? otherwise it ended up working correctly |
Ah I see. Thanks @rmalmain |
Let's see if the CI works. We need an intel CPU for nyx_mode