LibAFL
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, ...
**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** A clear and concise description...
Currently, a rebuild will potentially cause existing metadata naming to become invalid as `type_name` is unstable. This means that, between builds, metadata stored in corpora are not guaranteed to be...
**Describe the bug** there is a bug when using the `save_testcase`. I getting stuck in the loop for a long time, and then `ctr` overflow. **To Reproduce** I'm not sure...
Generative fuzzers do not need a corpus. To this end, this commit splits out `GenState` (trait) and `StdGenState` (struct) from `State` (trait) and `StdState` (struct). The idea is that we...
the idea is to safely read over an input by chunks in a lightweight way (see the test for a simple example), by reusing `BytesSubInput` (that has been renamed to...
**Is your feature request related to a problem? Please describe.** Right now, libafl_qemu only allows building with a single arch and endianness. This conflicting behavior is problematic when used in...