-
I've got some changes locally that allow you to pass flags to the clang-lto pass instead of using environment variables. I find this particularly useful for a cmake-based build system, which doesn't a…
-
In archlinux, with commands as below:
`git clone https://github.com/AFLplusplus/LibAFL.git`
`cd LibAFL/libafl_qemu`
`crago build`
Failed at line 136 in build.rs:
https://github.com/AFLplusplus/Li…
Zzorz updated
2 years ago
-
https://github.com/AFLplusplus/LibAFL/blob/d697554810b13e9634ca5dd9bd1b36f443c85409/libafl_qemu/build.rs#L52
@domenukk this breaks, what's the specific reason, I removed it during the refactor
-
**Is your feature request related to a problem? Please describe.**
Having a several dozen of cores server I have noticed that running more than, in my case, 50 fuzzers (80 GB ram, 64 cores, 256 thr…
-
**IMPORTANT**
1. You have verified that the issue to be present in the current `main` branch
yes
**Describe the bug**
Reported by @expend20
Some exception are not covered here https://github…
-
https://github.com/AFLplusplus/LibAFL/blob/1608294d0baa70adcb70ebae80155331c015965c/libafl_targets/src/coverage.rs#L27-L32
edges_map_from_ptr returns a mutable borrow out of thin air. This means th…
-
There should be support in either the core library or `libafl_targets` for objective deduplification, which will allow us to produce 'unique' objectives.
The deduplification mechanism should be con…
s1341 updated
2 years ago
-
When I try to compile the 'regex-afl' crate in https://github.com/SeanRBurton/regex/tree/afl, I get the following error:
`
/home/usr/documents/regex/src/lib.rs:453:42: 453:52 error: /home/usr/documen…
-
Currently, we use names of the form `id_{}` to name test cases stored to disk using an `OnDiskCorpus`.
We should change this behavior so that we have globally unique test case names. This can be a…
s1341 updated
2 years ago
-
**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 of what th…