- GER
Block or Report
Block or report domenukk
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
AFLplusplus/LibAFL Public
Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
-
AFLplusplus/AFLplusplus Public
The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more!
-
fgsect/BaseSAFE Public
Emulation and Feedback Fuzzing of Firmware with Memory Sanitization
684 contributions in the last year
Activity overview
Contribution activity
March 2023
Created 14 commits in 1 repository
Created 1 repository
- domenukk/falcon Rust
Created a pull request in AFLplusplus/LibAFL that received 7 comments
Fix fuzzers after HasTestcase (#1123)
cc @matheusbaptistella Also: how was this not found in CI? ./fuzzbench simply failed on MacOS.
Opened 12 other pull requests in 1 repository
AFLplusplus/LibAFL
1
open
11
merged
- Fmt, no_std fixes
- Install libz3-dev in CI
- Don't build z3 from source by default (and add static_z3 feature)
-
Removed
new_
from constructors that don't need it (API consistency) - Frida: Fix Android build
- Frida: fix aarch64 build
- Implement From<CorpusId> for usize
- Create SchedulerTestcaseMetadata if it doesn't exist
- Added Truncate trait
- Fix UB for differential map observer example
- Allows libafl tests to run in miri
- Safer EoP handling
Reviewed 10 pull requests in 1 repository
AFLplusplus/LibAFL
10 pull requests
- Fix SimplePrintingMonitor
-
Removed
new_
from constructors that don't need it (API consistency) - Fix mutator slowdown
- libafl_frida run executable
- Created functions to get the metadata from State and Testcase
- Allow take the ownership of the BytesInput
- Fix fuzz_level related thing, separate on_replace/on_remove from Scheduler & various fixes
- AFL++ RedQueen
- Improve find_llvm for MacOS
- SimpleLogger
Created an issue in AFLplusplus/LibAFL that received 4 comments
Miri reports zero-sized alloc in swap_differential example
This seems like a bug: dmnk@dmnk ~/tmp/LibAFL/fuzzers/baby_fuzzer_swap_differential miri* 27s ❯ RUST_BACKTRACE=1 MIRIFLAGS="-Zmiri-disable-isolation"…