Trident
Rust-based Fuzzing framework for Solana programs to help you ship secure code.
-
Getting Started
Install the Trident Fuzz Testing Framework
-
Start Fuzzing
Focus on security and start fuzzing immediately
-
Check the GitHub for unreleased features
Check our GitHub repository to see the unreleased features
-
Trident by Examples
Try the Fuzzing Examples
What is Fuzzing ?#
"Fuzz testing is an automated technique that provides generated random, invalid, or unexpected input data to your program. This helps discover unknown bugs and vulnerabilities, potentially preventing zero-day exploits."