Replies: 2 comments
-
@mirusu400 You could take a look at how it is done in OSS-fuzz here |
Beta Was this translation helpful? Give feedback.
0 replies
-
@MiguelCompany I already checked dockerfile and yaml files, and now I also can run AFL always takes stdin as an input, but the code doesn't have |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I'm trying to run AFL (or libfuzzer) and fuzzing given harnesses in
fuzz/C++/fuzz_process...
.I'm trying to build and running fuzzer locally, but It doesn't work than I thought.
On fuzz_XMLProfiles
Using AFL, I cannot get stdin and serve stdin into
LLVMFuzzerTestOneInput
.Using libfuzzer, I have an error with this log:
On fuzz_processCDRMsg
Using AFL, I cannot get stdin and serve stdin into
LLVMFuzzerTestOneInput
.Using libfuzzer, I got and error:
I have three questions.
Is there any documentation about fuzzing FastDDS locally? I cannot found any documentation or issue / discussions in FastDDS repo.
In AFL, how can I serve stdin into
LLVMFuzzerTestOneInput
harness?Why my libfuzzer doesn't work properly in my environment? I'm using clang/llvm 17, am I do something wrong?
Beta Was this translation helpful? Give feedback.
All reactions