diff options
author | hexcoder- <heiko@hexco.de> | 2020-11-12 23:47:49 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-11-12 23:47:49 +0100 |
commit | 4a4c14c9a926a75a52d3775098211cf3a89e0a7d (patch) | |
tree | aceeaee96594b29796c96e4fd1e96c67b45fd8d7 /examples/afl_frida | |
parent | 35fd6847fe99c2f7bbec247c71b44babcdcab2b8 (diff) | |
download | afl++-4a4c14c9a926a75a52d3775098211cf3a89e0a7d.tar.gz |
more fixes, leaks and compile errors
Diffstat (limited to 'examples/afl_frida')
-rw-r--r-- | examples/afl_frida/afl-frida.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/afl_frida/afl-frida.c b/examples/afl_frida/afl-frida.c index 2ad5a72a..79d823f1 100644 --- a/examples/afl_frida/afl-frida.c +++ b/examples/afl_frida/afl-frida.c @@ -6,7 +6,7 @@ Written mostly by meme -> https://github.com/meme/hotwax - Modificationy by Marc Heuse <mh@mh-sec.de> + Modifications by Marc Heuse <mh@mh-sec.de> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |