-
This line does not work on MacOS: https://github.com/AFLplusplus/LibAFL/blob/7d7601204f501959cefa3654e5e2ef82b44a3584/libafl_targets/src/common.h#L125
As a result, `libafl_main` in the lib is not mar…
-
The following error will appear when you have an incomplete download of `devkit tar.gz`, please add some completeness check when downloading.
```
Caused by:
process didn't exit successfully: `/ho…
-
I can't build LibAFL on Windows. Has anyone ever encountered such a problem?
```bash
error: failed to run custom build command for `libafl_cc v0.8.1 (C:\fuzz\LibAFL\libafl_cc)`
Caused by:
proc…
-
**Describe the bug**
In ForkserverExecutorBuilder build(), when `status & FS_OPT_ENABLED == FS_OPT_ENABLED`, write_ctl will be executed. see https://github.com/AFLplusplus/LibAFL/blob/main/libafl/s…
-
when I use libfuzzer in libafl to fuzz xpdf4.04. there are some issues:( ,I have compiled xpdf ,how can i solve it?
the build command is
```
./target/release/libafl_cxx ./fuzz_JBIG2.cc ./xpdf-…
-
I want to know testcase on fly for debug.
Sometimes I manage to build a fuzzer by I don't know whether it is working well.
For example, I can't see crash or objective for 5-6 mins, during which …
-
**IMPORTANT**
1. You have verified that the issue to be present in the current `main` branch
Thank you for making LibAFL better!
**Describe the bug**
When following the build instruction in RE…
-
Hello,
Is there a way that I can use LibAFL to fuzz some close sourced program on Windows.
For example, I only know the function address of a close sourced module, is there a way I can call thi…
-
Please support the [LLVMFuzzerRunDriver](https://llvm.org/docs/LibFuzzer.html#using-libfuzzer-as-a-library) interface to enable fuzzing targets that must provide their own `main()`.
Supporting this…
-