merged mds

This commit is contained in:
Dominik Maier
2020-02-03 15:13:57 +01:00
15 changed files with 736 additions and 47 deletions

View File

@ -78,12 +78,12 @@ Be sure to check out docs/sister_projects.md before writing your own.
## Need to fuzz the command-line arguments of a particular program?
You can find a simple solution in experimental/argv_fuzzing.
You can find a simple solution in examples/argv_fuzzing.
## Attacking a format that uses checksums?
Remove the checksum-checking code or
use a postprocessor! See experimental/post_library/ for more.
use a postprocessor! See examples/post_library/ for more.
## Dealing with a very slow target or hoping for instant results?