COMMITS
/ lib/fuzzer.zig April 28, 2025
D
use correcct symbol for the end of pcguard section
Dongjia Zhang committed
April 21, 2025
March 3, 2025
L
Remove uses of deprecated callconv aliases
Linus Groh committed
February 17, 2025
X
fix `-fsanitize-coverage-trace-pc-guard` and fuzzer support for C compile units
Xavier Bouchoux committed
February 11, 2025
A
fuzzer: write inputs to shared memory before running
Andrew Kelley committed
January 29, 2025
A
adjust runtime page size APIs
Andrew Kelley committed
October 20, 2024
A
runtime page size detection
Archbirdplus committed
November 5, 2024
J
fix type of std_options
Jonathan Hallstrom committed
September 2, 2024
L
Replace deprecated default initializations with decl literals
Linus Groh committed
September 10, 2024
A
make lowest stack an internal libfuzzer detail
Andrew Kelley committed
A
libfuzzer: use a function pointer instead of extern
Andrew Kelley committed
A
rework fuzzing API
Andrew Kelley committed
August 28, 2024
A
implement code coverage instrumentation manually
Andrew Kelley committed
M
August 9, 2024
A
more optimized and correct management of 8-bit PC counters
Andrew Kelley committed
August 8, 2024
A
fuzzing: comptime assertions to protect the ABI
Andrew Kelley committed
August 6, 2024
A
libfuzzer: fix looking at wrong memory for pc counters
Andrew Kelley committed
August 4, 2024
A
fuzzer web UI: receive coverage information
Andrew Kelley committed
A
fuzzing: progress towards web UI
Andrew Kelley committed
August 1, 2024
A
introduce a web interface for fuzzing
Andrew Kelley committed
July 30, 2024
A
fuzzer: log errors and move deduplicated runs to shared mem
Andrew Kelley committed
A
fuzzer: track code coverage from all runs
Andrew Kelley committed
July 25, 2024
A
fuzzer: use the cmp values
Andrew Kelley committed
A
fuzzer: basic implementation
Andrew Kelley committed
A
add --debug-rt CLI arg to the compiler + bonus edits
Andrew Kelley committed
July 23, 2024
A
implement std.testing.fuzzInput
Andrew Kelley committed
July 22, 2024
A
libfuzzer: log all the libcalls to stderr
Andrew Kelley committed
A
libfuzzer: implement enough symbols for hello world
Andrew Kelley committed
A
initial support for integrated fuzzing
Andrew Kelley committed