Ask a Question

Prefer a chat interface with context about you and your work?

MTFuzz: fuzzing with a multi-task neural network

MTFuzz: fuzzing with a multi-task neural network

Fuzzing is a widely used technique for detecting software bugs and vulnerabilities. Most popular fuzzers generate new inputs using an evolutionary search to maximize code coverage. Essentially, these fuzzers start with a set of seed inputs, mutate them to generate new inputs, and identify the promising inputs using an evolutionary …