-
Since I graduated, I have had a lot more time to work on fuzzcheck. I am trying to flesh it out, test it, and document it for a new release. It has always felt a bit rushed/experimental and now I am hoping to make it into something solid. I have also played with an egui interface for it, to visualise the tested code coverage, understand how the fuzzer’s decisions are made, and also to interactively tweak the fuzzer’s behaviour. It's a lot of work but it's slowly all coming together! :)
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Just finished adding preloading support to [Sycamore](https://github.com/sycamore-rs/sycamore)'s built-in router.
-
Related posts
-
Fuzzcheck-rs: Structure-aware, in-process, coverage-guided fuzzing engine for Ru
-
What’s everyone working on this week (48/2022)?
-
Fuzzcheck (a structure-aware Rust fuzzer)
-
fuzzcheck 0.9 release - run coverage-guided fuzz tests alongside your regular unit tests + code coverage visualiser + new online guide and improved documentation
-
Fuzzcheck: Structure and coverage guided fuzzing for Rust