syheliel
|
2504b6dae3
|
Add rustfmt.toml (#722)
* add `rustfmt.toml`
* format fix
Co-authored-by: syheliel <syheliel@gmail.com>
|
2022-08-12 02:28:32 +02:00 |
|
Dominik Maier
|
5a8bdae26f
|
Update requirements (#714)
* Update requirements
* more updates
* nits
* more updates
* update nix for fuzzers
* use any regex 1 instead of 1.6
|
2022-07-29 09:54:16 +02:00 |
|
Dominik Maier
|
bfe69aea09
|
Format C/Cpp code in ./scripts/fmt_all.sh (#653)
* format all (clang format 13)
* added clang-format check
* re-add missing newline
* cargo doc was missing
* more brackets
* fixed fmt workflow
* clang format
* shellcheck
* install clang-format-13
* update ubuntu for maximum clang-formattability
* yml whitespaces
* fmt
* shellcheck only for .sh
* oops path
* ignored shellcheck warning
|
2022-05-29 03:23:02 +02:00 |
|
Andrea Fioraldi
|
da537aae83
|
FeedbackState as metadata (#627)
* SerdeAny MapFeedbackState
* Fix macro syntax
* alloc
* fix
* Metadata calibrate and map feedback
* metadata feedback states
* compile
* fmt
* Register common generic types
* tests
* sugar
* no_std
* fix book
* alloc
* fix fuzzers
* fix
* fmt
* disable python bindings for libafl
* clippy
* fmt
* fixes
* fmt
* fix
* fix
* fix
* fix
* fix
* release autofix
* fix
* fix
* fix
* fmt
* fix
* fix
* name
* fix
Co-authored-by: Dominik Maier <dmnk@google.com>
|
2022-05-24 16:05:22 +02:00 |
|
WilliamParks
|
92196cc9be
|
Fixes forkersever_simple issue on Macs (#623)
* Fixes forkersever_simple issue on Macs
* fixes formatting issue
* Fixes formatting issue
|
2022-05-08 11:17:55 +09:00 |
|
Dongjia Zhang
|
2ba32c0173
|
Update Clap dependency (#621)
|
2022-05-06 01:12:25 +02:00 |
|
Andrea Fioraldi
|
8eab7d6063
|
Fix fuzzers (#563)
* fix libfuzzer_libpng_ctx
* fix
* fix
* Fix stb
* fix
* fix
|
2022-03-07 08:59:01 +01:00 |
|
Andrea Fioraldi
|
a56f4af7da
|
CorpusScheduler -> Scheduler and move them to the schedulers folder (#560)
* CorpusScheduler -> Scheduler
* fix book
* update fuzzers
* fix tests
* fix sugar
* fix
* fix tutorial
* fix tutorial
* fmt
* fix
* fmt
* fmt
|
2022-03-03 14:27:37 +01:00 |
|
Dongjia Zhang
|
d676363c64
|
Fix Forkserver Example (#533)
* fix
* fix
* fix
* update
* change
|
2022-02-11 10:41:07 +01:00 |
|
Dongjia Zhang
|
53bc6e2318
|
test_all_fuzzers.sh fix (#531)
* fix
* fix
* fix
|
2022-02-11 10:04:04 +01:00 |
|
Youssef
|
e307dfb16f
|
Implement backtrace observers for crash dedupe (#379)
* create stacktrace observer
* create stacktrace feedback
* post-merge fixes
* address comments
* update Cargo.toml
* fix CI issue + dynamic naming
* duplicate baby_fizzer
* update stacktrace baby_fuzzer
* force unwinding tables
* ignore test dumps
* fix stacktrace baby_fuzzer logic
* upgrade Backtrace version
* trigger observers.post_exec in crash_handler
* implement NewHashFeedbackState and update logic
* digest symbols pointers
* cleanup
* minimal output
* fix backdated EventFirer generic param
* add baby_fuzzer example with a fork executor
* duplicate baby_fuzzer_stacktrace with forkexecutor
* backtrace collection implemented
* add c app fuzzer example with a fork executor
* group backtrace baby fuzzers
* added c code baby fuzzer with inprocess executor
* remove need for static COLLECT_BACKTRACE
* moved code to stacktrace.rs + fixed bug
* add comment
* add command executor fuzzer example
* post merge cleanup
* add missing doc
* address comment
* fix nit
* clean duplicate variable in timeout handler
* fix command executor bt collection
* clean code and use StdShMem
* cleanup
* add ObserverWithHashField + rename StacktraceObserver
* rename + refactor some code
* add CommandBacktraceObserver
* update command executor
* update baby fuzzers
* simplify BacktraceSharedMemoryWrapper
* use better names + static methods
* use std feature macro on BacktraceObserver + fix bug
* use Box in HashValueWrapper to minimize variants size diff
* use copy_from_slice
* std conditional backtrace collection
* fix std import
* fix comment
* add exit_kind to observer.post_exec
* added hash trait to Input
* collect backtrace in post_exec
* add crash handlers to InProcessForkExecutor
* fix panic message
* duplicate forkserver fuzzer example
minimal example
update
* proto bt collection working
* rename CommandBacktraceExecutor to ASANBacktraceExecutor
* refactor ASANBacktraceObserver
* support for forkserver working
* update fuzzer example
* less verbosity
* Post merge fixes
* implement hash for GeneralizedInput
* update forkserver example after merge
* clippy fixes
* fix inproc test
* fixes for cargo hack --feature-powerset
* fix baby_no_std
* implement Hash for NautilusInput
* update fork executor baby fuzzer
* fix doc
* implement Hash for PacketData
* fix windows build
* fix windows no_std
* fix backtrace baby fuzzers README
* add comments
* move setup_bt_panic to constructor
* pre/post child exec hooks in Observer
* setup_child_panic_hook
* fix ObserversOwnedMap on nightly
* add backtrace fuzzers to CI checks
* fix typo
* fix relative paths in test_all_fuzzers.sh
Co-authored-by: Andrea Fioraldi <andreafioraldi@gmail.com>
|
2022-01-31 15:58:15 +01:00 |
|