Addison Crump
7ee5962288
remove libfuzzer-best recommendation ( #2466 )
2024-07-31 17:08:34 +02:00
Addison Crump
50a4a0abd9
Template out libafl_libfuzzer ( #2398 )
...
* template out libafl_libfuzzer
* fix some final path oddities
* missed a spot
2024-07-15 19:10:51 +02:00
Addison Crump
035c01b4a1
update libfuzzer docs about macos ( #1903 )
2024-03-01 18:26:22 +01:00
Sameer Puri
50892ddc75
Finalize macOS support for libafl_libfuzzer ( #1843 )
...
* libafl_targets: on macOS, do not provide a default implementation for weak functions
* libafl_libfuzzer: update README to talk about macOS specifics
* libafl_targets: allow __sanitizer_cov_pcs_init to be called more than once
---------
Co-authored-by: Dominik Maier <domenukk@gmail.com>
2024-02-15 22:45:15 +01:00
Karthik Prakash
519ea435ed
LibAFL_libFuzzer: Default ignore_*
flags to true when tui=1
( #1820 )
...
* default `ignore_*` flags to true if `tui=1`
* update docs
* refactor code to use `Option<bool>` instead of extra struct members
2024-01-30 16:25:59 +01:00
Addison Crump
20f1119bab
libafl_libfuzzer: documentation and build script ( #1596 )
...
* add docs; add build script for prepping libFuzzer
* clarifications
2023-10-03 16:56:27 +09:00