Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/AFLplusplus/LibAFL

Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
https://github.com/AFLplusplus/LibAFL

Add check for if mutations were skipped to MutationalStages

addisoncrump opened this pull request over 1 year ago
Type driven-programming practice improvement

July541 opened this issue almost 2 years ago
LibAFL_qemu: Disable Capstone to fix build issues on some distributions

intrigus-lgtm opened this pull request almost 2 years ago
Ecofuzz Fix 2

tokatoka opened this pull request almost 2 years ago
Clippy Debug fixes

domenukk opened this pull request almost 2 years ago
ICE on recent Rust nightlies

addisoncrump opened this issue almost 2 years ago
Fix performance regression detection in CI #1248

ToSeven opened this pull request almost 2 years ago
Fix latest clippy

domenukk opened this pull request almost 2 years ago
Add suggestion for `arg` & `args`

July541 opened this pull request almost 2 years ago
Update pyo3 crate to 0.18.3

twizmwazin opened this pull request almost 2 years ago
Revert "Add a CI task that checks performance regression"

tokatoka opened this pull request almost 2 years ago
Eco fuzz fix

tokatoka opened this pull request almost 2 years ago
Alternative scheduled count strategy

addisoncrump opened this pull request almost 2 years ago
Add MutatedTransform to the input type for tmin & push mutational stage

tokatoka opened this issue almost 2 years ago
Update scheduled_count in corpus

tokatoka opened this pull request almost 2 years ago
Early return in Generalization Stage if it has metadata already

tokatoka opened this pull request almost 2 years ago
Add a CI task that checks performance regression

ToSeven opened this pull request almost 2 years ago
More security sensitive functions for coverage accounting

tokatoka opened this pull request almost 2 years ago
Configurable timeout duration for CommandExecutor

arpankapoor opened this issue almost 2 years ago
Ignore 'Broken Pipe' if child process does not read all of stdin

arpankapoor opened this pull request almost 2 years ago
Update llvm for FreeBSD CI

domenukk opened this pull request almost 2 years ago
Change DumpToDiskStage's callback

tokatoka opened this pull request almost 2 years ago
FIX CI

tokatoka opened this pull request almost 2 years ago
Use InMemoryOnDiskCorpus in fuzzbench fuzzer

tokatoka opened this pull request almost 2 years ago
Add pyproject.toml to python bindings

twizmwazin opened this pull request almost 2 years ago
Annoying bound when extending StdState

wtdcode opened this issue almost 2 years ago
Add file extension for clang in libafl_cc/build.rs

NeXX451 opened this pull request almost 2 years ago
Fix double crash for solutions with the same filename (#1232)

tokatoka opened this pull request almost 2 years ago
switch sancov_8bit.rs to use OwnedMutSlice

f0rki opened this pull request almost 2 years ago
Could not compile `libafl_cc`

NeXX451 opened this issue almost 2 years ago
switch fuzzbench to FAST schedule

vanhauser-thc opened this pull request almost 2 years ago
Double crash with `CachedOnDiskCorpus`

maxammann opened this issue almost 2 years ago
Clang + shared ASAN + LibAFL is incompatible

maxammann opened this issue almost 2 years ago
Dump Call Graph

tokatoka opened this pull request almost 2 years ago
Fix #1228

tokatoka opened this pull request almost 2 years ago
Algorithm to choose to serialize the observers or not

andreafioraldi opened this pull request almost 2 years ago
Dump whole program's CFG pass

tokatoka opened this pull request almost 2 years ago
Fix CI

tokatoka opened this pull request almost 2 years ago
add the version information of LibAFL in the UI

ToSeven opened this pull request almost 2 years ago
add the version information of LibAFL in the UI

ToSeven opened this pull request almost 2 years ago
Fix CommandExecutor type params

tokatoka opened this pull request almost 2 years ago
Add libdesyscall

andreafioraldi opened this pull request almost 2 years ago
permit skipping .lafl_lock files

Vincebye opened this pull request almost 2 years ago
Using restarting manager with a command executor

momvart opened this issue almost 2 years ago
Fix windows is_valid

tokatoka opened this pull request almost 2 years ago
Centralized Testcase evaluation EventManager

andreafioraldi opened this pull request almost 2 years ago
serial_test as normal optional dep enabled with std

andreafioraldi opened this pull request almost 2 years ago
Example fuzzers with even less UB

domenukk opened this pull request almost 2 years ago
The corpus is always 1 while fuzzing

Vincebye opened this issue almost 2 years ago
Tuneable stage with per-seed timeout

domenukk opened this pull request almost 2 years ago
libafl: Copy-editing LLMP manager docstrings

langston-barrett opened this pull request almost 2 years ago
libafl: Mark `buffer_{self_,}copy` as unsafe, don't export them

langston-barrett opened this pull request almost 2 years ago
`libafl::mutators::mutations::buffer_{self_,}copy` are unsafe

langston-barrett opened this issue almost 2 years ago
remove duplicate mutator

Jorgecmartins opened this pull request almost 2 years ago
UTF-8 input and mutations

langston-barrett opened this pull request almost 2 years ago
Access to `CPU` in QEMU syscall hooks

langston-barrett opened this issue almost 2 years ago
Move `Input` loading and dumping APIs from `Testcase` to `Corpus`

domenukk opened this pull request almost 2 years ago
Removed more `new_` (follow-up on #1159)

domenukk opened this pull request almost 2 years ago
add readme documentation description about the tui feature

Vincebye opened this pull request almost 2 years ago
qemu: Return errors from `Emulator::new` instead of asserting

langston-barrett opened this pull request almost 2 years ago
Fix a build error in baby_fuzzer_minimizing

ToSeven opened this pull request almost 2 years ago
The "alternative architecture" mentioned in the LibAFL's paper

r4ve1 opened this issue almost 2 years ago
Batch mode timeouts (Linux only ATM)

andreafioraldi opened this pull request almost 2 years ago
Fix #1176

fbaltor opened this pull request almost 2 years ago
Fix Testcase renaming on disk

SpaceWhite opened this pull request almost 2 years ago
Lifetime parameters for Executor trait

wtdcode opened this issue almost 2 years ago
Use observers to handle crashes in run_target for TimeoutForkserverExecutor

anfedotoff opened this pull request almost 2 years ago
Add readme documentation description about the tui feature

Vincebye opened this pull request almost 2 years ago
CASR deduplication for StacktraceObservers

anfedotoff opened this pull request almost 2 years ago
Any reason StdMapObserver has to take a static map?

wtdcode opened this issue almost 2 years ago
Remove qemu_arm_launcher test from CI

tokatoka opened this pull request almost 2 years ago
libfuzzer_libpng_cmin never finishes distilling

tokatoka opened this issue almost 2 years ago
libfuzzer_stb_image_sugar broken & Update libafl_sugar

tokatoka opened this issue almost 2 years ago
Updated dependencies

domenukk opened this pull request almost 2 years ago
"Tree" structure for Stages, or Observers with executor?

gal1ium opened this issue almost 2 years ago
Fix on_remove of MinimizerScheduler

zeyugao opened this pull request almost 2 years ago
Bump to 0.10.0

andreafioraldi opened this pull request almost 2 years ago
`QemuHelper::post_exec` hooks not called after crash

dlmarrero opened this issue almost 2 years ago
Undefined Behavior in BabyFuzzer examples

domenukk opened this issue almost 2 years ago
Safer EoP handling

domenukk opened this pull request almost 2 years ago
CI to check performance regression

tokatoka opened this issue almost 2 years ago
Fuzz end but no crash file generated

cokeBeer opened this issue almost 2 years ago
libafl: Cargo feature to avoid regex dependency

langston-barrett opened this pull request almost 2 years ago
GSoC 2023

tokatoka opened this issue almost 2 years ago
Safe APIs should be safe, unsafe APIs should be marked unsafe

langston-barrett opened this issue almost 2 years ago
TODO replace to_allocvec with an incremental buffer in the LLMP manager

andreafioraldi opened this issue almost 2 years ago
Undefined Behavior in StateRestorer?

domenukk opened this issue almost 2 years ago
Use the log facade instead of println

fabianfreyer opened this pull request almost 2 years ago
Add support for Unicorn engine

henri2h opened this pull request almost 2 years ago
FridaInstrumentationHelper::new should return a Result

fabianfreyer opened this issue almost 2 years ago
`frida_libafl` links multiple versions of `capstone`

WorksButNotTested opened this issue about 2 years ago
alternative token implementation

vanhauser-thc opened this pull request about 2 years ago