0xricksanchez / fuzzer-development-with-rust

Write fuzzer with rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fuzzer Development With Rust (Basic)

Each researcher needs to be able to develop their own fuzzing tools. For this reason, I have started teaching how to develop fuzzing tools from scratch in this project so that researchers can use their own fuzzer to discover security vulnerabilities of open source tools, libraries and code that companies develop internally.
In this training, we have explained all the concepts along with examples in the rust programming language so that the desired concepts can be understood correctly.

Table of Contents

Chapter 1. Corpus

Chapter 2. Mutation

Chapter 3. Monitor

Chapter 4. Coverage

Chapter 5. Executor





TODO - Modern Fuzzer Development With Rust (Advanced)

Happy Birthday to me (1993-09-09)

About

Write fuzzer with rust


Languages

Language:Rust 99.3%Language:C 0.7%