index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
fuzzer.zig
Age
Commit message (
Expand
)
Author
2025-09-25
fuzzing: fix off-by-one in limit count
Andrew Kelley
2025-09-25
implement review suggestions
Loris Cro
2025-09-24
fuzzing: implement limited fuzzing
Loris Cro
2025-09-18
fuzzer: remove rodata load tracing
Kendall Condon
2025-09-18
greatly improve capabilities of the fuzzer
Kendall Condon
2025-08-30
rework std.Io.Writer.Allocating to support runtime-known alignment
Andrew Kelley
2025-08-01
build system: replace fuzzing UI with build UI, add time report
mlugg
2025-07-07
update standalone and incremental tests to new API
Andrew Kelley
2025-04-30
use correcct symbol for the end of pcguard section
Dongjia Zhang
2025-04-26
fuzz: fix expected section start/end symbol name on MacOS when linking libfuzzer
tjog
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-21
fix `-fsanitize-coverage-trace-pc-guard` and fuzzer support for C compile units
Xavier Bouchoux
2025-02-11
fuzzer: write inputs to shared memory before running
Andrew Kelley
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2024-11-05
fix type of std_options
Jonathan Hallstrom
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-11
make lowest stack an internal libfuzzer detail
Andrew Kelley
2024-09-11
libfuzzer: use a function pointer instead of extern
Andrew Kelley
2024-09-11
rework fuzzing API
Andrew Kelley
2024-08-28
implement code coverage instrumentation manually
Andrew Kelley
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-08
more optimized and correct management of 8-bit PC counters
Andrew Kelley
2024-08-08
fuzzing: comptime assertions to protect the ABI
Andrew Kelley
2024-08-07
libfuzzer: fix looking at wrong memory for pc counters
Andrew Kelley
2024-08-07
fuzzer web UI: receive coverage information
Andrew Kelley
2024-08-07
fuzzing: progress towards web UI
Andrew Kelley
2024-08-07
introduce a web interface for fuzzing
Andrew Kelley
2024-08-07
fuzzer: log errors and move deduplicated runs to shared mem
Andrew Kelley
2024-08-07
fuzzer: track code coverage from all runs
Andrew Kelley
2024-07-25
fuzzer: use the cmp values
Andrew Kelley
2024-07-25
fuzzer: basic implementation
Andrew Kelley
2024-07-25
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley
2024-07-25
implement std.testing.fuzzInput
Andrew Kelley
2024-07-22
libfuzzer: log all the libcalls to stderr
Andrew Kelley
2024-07-22
libfuzzer: implement enough symbols for hello world
Andrew Kelley
2024-07-22
initial support for integrated fuzzing
Andrew Kelley