diff options
| author | van Hauser <vh@thc.org> | 2020-05-12 16:32:40 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-05-12 16:32:40 +0200 |
| commit | 61779547733699dfe6710a74529e02d515364aa4 (patch) | |
| tree | e790f66d634f78f329437fe5e98abb5f1453dd0f /examples/custom_mutators/example.py | |
| parent | 7b40d7b9420b2e3adb7d9afa88610199718dedba (diff) | |
| download | afl++-61779547733699dfe6710a74529e02d515364aa4.tar.gz | |
fix custom mutators and add real test cases
Diffstat (limited to 'examples/custom_mutators/example.py')
| -rw-r--r-- | examples/custom_mutators/example.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/custom_mutators/example.py b/examples/custom_mutators/example.py index 9e95eed6..3c3fa8c1 100644 --- a/examples/custom_mutators/example.py +++ b/examples/custom_mutators/example.py @@ -21,6 +21,7 @@ COMMANDS = [ b"GET", b"PUT", b"DEL", + b"AAAAAAAAAAAAAAAAA", ] |
