Stateful Fuzzing
An advanced fuzzing technique that maintains program state across iterations, generating sequences of instructions rather than individual random inputs. Stateful fuzzing can discover vulnerabilities that only manifest after specific sequences of operations, such as a withdraw-after-close or a double-init attack. Trident implements stateful fuzzing for Solana programs by maintaining a simulated runtime state and generating random instruction sequences with valid account configurations derived from the program's Anchor IDL.
Sua exploração
0 termos visitados no totalTermos Relacionados
An automated testing technique that generates pseudo-random, mutation-based, or coverage-g…
Ver termo →A fuzz testing framework for Solana programs built on Honggfuzz. Trident generates random …
Ver termo →A property-based testing approach where developers define invariants (properties that must…
Ver termo →