Rust Security (ASan & Fuzzing)

Improving sanitizer performance and fuzzing for Rust programs

Ongoing work on efficient memory-safety sanitization and fuzzing for Rust, spanning the compiler and program analysis.

  • Improve AddressSanitizer performance on Rust programs.
  • Compiler- and program-analysis-based instrumentation.

This line of work led to RustSan.