diff options
author | van Hauser <vh@thc.org> | 2020-07-17 08:41:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 08:41:26 +0200 |
commit | 0da0b5cba05d1b49b7ca10987d11a74ab54892e0 (patch) | |
tree | 9328c8a2c7f5e1e46261c596440220253ce1a7da /examples/afl_frida | |
parent | 67d58e2437f268a692f4570c70e58953b43d3042 (diff) | |
parent | 67d7c364f6705d41f3e0dcd89fffcae5ddc79326 (diff) | |
download | afl++-0da0b5cba05d1b49b7ca10987d11a74ab54892e0.tar.gz |
Merge pull request #456 from h1994st/dev
Fix typo
Diffstat (limited to 'examples/afl_frida')
-rw-r--r-- | examples/afl_frida/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/afl_frida/README.md b/examples/afl_frida/README.md index 1ee19a68..7743479b 100644 --- a/examples/afl_frida/README.md +++ b/examples/afl_frida/README.md @@ -31,4 +31,4 @@ However the stability is low. Reason is currently unknown. # Background -This code ist copied for a larger part from https://github.com/meme/hotwax +This code is copied for a larger part from https://github.com/meme/hotwax |