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

Replace LLMP client timeout with client deregistration

tokatoka opened this pull request 11 months ago
Clean up warnings in baby_fuzzers

Marcondiro opened this pull request 11 months ago
Refactoring of qemu_systemmode fuzzers

rmalmain opened this pull request 11 months ago
Don't use unwrap() in the crash handler

tokatoka opened this pull request 11 months ago
Add backdoors to portable header file of LibAFL QEMU.

rmalmain opened this pull request 11 months ago
MapObserver should require Hash, not define a hash function

addisoncrump opened this issue 11 months ago
batch_timeout: fix overflowing subtraction

s1341 opened this pull request 11 months ago
Fix OOM restarts with LlmpShouldSaveState

andreafioraldi opened this pull request 11 months ago
Make fuzzer examples's argument parser tell that --input is mandatory

tokatoka opened this pull request 11 months ago
Inline cmplog internal functions code

tokatoka opened this pull request 11 months ago
Increase llmp timeout & Print PID in logger

tokatoka opened this pull request 11 months ago
Fix UpdateExecStats not sent to the main broker in centralized

tokatoka opened this pull request 11 months ago
Fix EventManagerHook

tokatoka opened this pull request 11 months ago
Fix libafl_qemu fuzzers not building in Docker

rmalmain opened this pull request 11 months ago
Fix llvm api so it works with older LLVM version

tokatoka opened this pull request 11 months ago
libafl_nyx: Add bounds check for Nyx input buffer

l4yton opened this pull request 11 months ago
libafl_nyx: Add documentation to `NyxSettings` fields

l4yton opened this pull request 11 months ago
Use OwnedPtr in ListObserver

tokatoka opened this pull request 11 months ago
libafl_nyx: Allow custom input buffer size to be passed to `NyxHelper`

l4yton opened this pull request 11 months ago
More usable ListFeedback

tokatoka opened this pull request 11 months ago
Change AnyMap API, add unsafe_ assert

domenukk opened this pull request 11 months ago
Upgrade automaton files

michael-yxchen opened this pull request 11 months ago
Make fuzzers/tinyinst_simple support Linux (#1316)

am009 opened this pull request 11 months ago
Fix unwrap in qemu_systemmode example.

rmalmain opened this pull request 11 months ago
Remove useless feedback

tokatoka opened this pull request 11 months ago
Remove hash for AnyMap (since it's a HashMap already)

domenukk opened this pull request 11 months ago
refactor(build.rs): extract common code between branches

vringar opened this pull request 11 months ago
Use const_assert not assert

tokatoka opened this pull request 11 months ago
Better error message instead of "No entries in corpus"

tokatoka opened this pull request 11 months ago
Separate fuzzbench fuzzers's test

tokatoka opened this pull request 11 months ago
Don't resume in std mutational stage

tokatoka opened this pull request 11 months ago
Update exec counts in objective

tokatoka opened this pull request 11 months ago
Rename OSError -> OsError and merge with redundant Error::File

domenukk opened this pull request 11 months ago
Fix self.restart_helper.execs_since_progress_start in calibration stage

tokatoka opened this pull request 11 months ago
Fix self.iterations underflow

tokatoka opened this pull request 11 months ago
delete fuzzbench profile

tokatoka opened this pull request 11 months ago
Replace constant anymap checks with const assertions

addisoncrump opened this issue 11 months ago
Recalc filled slightly differently...

DanBlackwell opened this pull request 11 months ago
Fix libafl_qemu_sys unnecessarily rebuilding.

rmalmain opened this pull request 11 months ago
Move sancov_cmp.c into sancov_cmp.rs

addisoncrump opened this issue 11 months ago
Fire events in append_metadata not in is_interesting

tokatoka opened this pull request 11 months ago
Fix os error printing in unix_shmem (#1406)

am009 opened this pull request 11 months ago
Remove some arguments from pre_exec/post_exec in EventManagerHook

tokatoka opened this pull request 11 months ago
Remove some arguments from pre_exec/post_exec in ExecutorHook

tokatoka opened this pull request 11 months ago
Introduces disabled testcases for splicing

R9295 opened this pull request 11 months ago
Tiny optimization for into_vec

domenukk opened this pull request 11 months ago
Cleanup last redundant corpus_idx usages

domenukk opened this pull request 11 months ago
Remove (almost) unused stage_idx

domenukk opened this pull request 11 months ago
Fix libafl_qemu doc build for docs.rs

rmalmain opened this pull request 11 months ago
Using SanCov without libafl_cc layer?

noobdoesre opened this issue 11 months ago
Fix UB in anymap.rs and other minor warnings.

tokatoka opened this pull request 11 months ago
Misaligned pointer dereference in anymap

addisoncrump opened this issue 11 months ago
Fix reproducibility of the docker image

momvart opened this pull request 11 months ago
Missing dependency lock for the docker image

momvart opened this issue 11 months ago
Update QEMU version.

rmalmain opened this pull request 11 months ago
Fix cast to c_void of a non-executor object.

rmalmain opened this pull request 11 months ago
Fix batched timeout

tokatoka opened this pull request 11 months ago
token mutations: avoid a few infallible unwraps

Mrmaxmeier opened this pull request 11 months ago
fuzzbench_ctx: fix duplicate package warning

Mrmaxmeier opened this pull request 11 months ago
Objectives are not shared across nodes

addisoncrump opened this issue 11 months ago
Event Manager handle_in_client hooks

tokatoka opened this pull request 11 months ago
Allow dyn in StagesTuple, add Current Testcase API, Untraitify Progress

domenukk opened this pull request 11 months ago
Language: replace indices with indexes

addisoncrump opened this issue 11 months ago
Delete even more impl after #1912

tokatoka opened this pull request 11 months ago
Improve readability of InProcessExecutor-related code

rmalmain opened this pull request 11 months ago
Fix warning for deprecated syscall() in macOS

Skryptonyte opened this pull request 11 months ago
Replace syscall() with write() in libafl_targets.

Skryptonyte opened this issue 11 months ago
Fix lint errors

rmalmain opened this pull request 11 months ago
Replace .unwrap/.expect with meaningful errors

addisoncrump opened this issue 11 months ago
Clean up warnings in fuzzer examples

addisoncrump opened this issue 11 months ago
TransferFeedback for determining if a testcase was from another node

addisoncrump opened this pull request 11 months ago
introduce multicore load initial corpus

R9295 opened this pull request 11 months ago
Need examples for instrumenting and fuzzing Rust program

KaminariOS opened this issue 11 months ago
update libfuzzer docs about macos

addisoncrump opened this pull request 11 months ago
Add a "Contact Us" section to the README

addisoncrump opened this pull request 11 months ago
Fix redundant xor in Ngram calculation

tokatoka opened this pull request 11 months ago
Make executor state available to the harness V2

rmalmain opened this pull request 11 months ago
fix(Dockerfile): setup for building libafl_qemu in Docker

vringar opened this pull request 12 months ago
Print PID when you create a new Llmp Sender.

tokatoka opened this pull request 12 months ago
Fix inconsistent settings of client_timeout

tokatoka opened this pull request 12 months ago
Fix the centralize disconnection bug.

tokatoka opened this pull request 12 months ago
Can't build libafl_qemu in Dockerfile

vringar opened this issue 12 months ago
fix(Dockerfile): allow running commands with docker run

vringar opened this pull request 12 months ago
Implement MutatorTuple for Vecs to allow Dynamic Mutator Choices

domenukk opened this pull request 12 months ago
rust-analyzer not being able to go to any definition

noobdoesre opened this issue 12 months ago
Using libafl as libfuzzer for cargo-fuzz ignores -fork

wcampbell0x2a opened this issue 12 months ago
Implement `RetryProgress` for limiting retry attempts in stages

addisoncrump opened this pull request 12 months ago
Move Stages out of libafl_target

domenukk opened this issue 12 months ago
Make NopState public so that it can be used as reproducer

addisoncrump opened this pull request 12 months ago
Make llmp client timeout into a feature

tokatoka opened this pull request 12 months ago
Implement CanTrack - tracking enforcement through rust types

addisoncrump opened this pull request 12 months ago
Does it make sense to measure exec time in millis?

DanBlackwell opened this issue 12 months ago
Fix for #1881, ProbabilitySamplingScheduler seems to be inverted

DanBlackwell opened this pull request 12 months ago
Fix for #1882, MapFeedback gives incorrect count

DanBlackwell opened this pull request 12 months ago
MapFeedback UserStats Can give Confusing Output

DanBlackwell opened this issue 12 months ago