Rust

Rust #

Just like C/C++, Rust is a systems programming language. The tool stack for fuzzing is therefore related to the one described in the C/C++ section, because fuzzers in Rust may be based on those introduced earlier.

For a general introduction about fuzzing and setup (i.e., the harness, fuzzer runtime, instrumentation, and SUT), refer to the introduction.

This content is licensed under a Creative Commons Attribution 4.0 International license.