LibAFL icon indicating copy to clipboard operation
LibAFL copied to clipboard

Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...

Results 334 LibAFL issues
Sort by recently updated
recently updated
newest added

A working (but unorthodox, as it uses klo routines) QEMU full system fuzzer using LibAFL+kloroutines. It currently supports only aarch64 and a simple interface via `svc #0xaf1` to use multiple...

This is a work-in-progress PR with my current implementation of `CorpusID` instead of using straight indices for corpus entries. This has the following benefits: 1. IDs are corpus-unique. That means...

When using the TuiMonitor with the SimpleRestartingEventManager the fuzzer breaks. The TuiMonitor only updates the "run time" and nothing else. Also, the queue only fills up but never gets consumed....

bug
good first issue

We should implement the handler for posix and windows and extend it to work with multiple processes when using a launcher

enhancement

![Screenshot at 2021-07-08 11-55-20](https://user-images.githubusercontent.com/16168186/124902629-66c9bf00-dfe3-11eb-817c-75a042b45252.png)

enhancement

**Is your feature request related to a problem? Please describe.** 1. safe removal from corpus at anytime while consistent with upper level of minimzers and schedulers which tends to keep...

enhancement

When using the fancy TuiMonitor together with Launcher, it's hard/impossible to find misconfigurations like a missing `in` directory. The UI comes up, but the actual fuzzers die immediately. Their output,...

enhancement

LLVM passes are not built on windows now. We need to change libafl_cc to get it working

enhancement
good first issue

Currently, the forkserver executor doesn't play nicely with Served ShMem. #623 addresses this for MacOS by hard-coding Unix ShMem. This will, however, fail for Android. As we cannot change the...