diff options
author | van Hauser <vh@thc.org> | 2020-05-27 11:24:09 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-27 11:24:09 +0200 |
commit | 434ccf3df4760019cb87ceb11087d3440dc5a4ab (patch) | |
tree | ad4f038bd261b823697b0f98ed121b2d3a8b642f /examples/afl_untracer/README.md | |
parent | b81df11d8a0dad4381e644b04afa1a38413ff833 (diff) | |
download | afl++-434ccf3df4760019cb87ceb11087d3440dc5a4ab.tar.gz |
allow for copy paste from documentation
Diffstat (limited to 'examples/afl_untracer/README.md')
-rw-r--r-- | examples/afl_untracer/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/afl_untracer/README.md b/examples/afl_untracer/README.md index 05fd8776..e59792cb 100644 --- a/examples/afl_untracer/README.md +++ b/examples/afl_untracer/README.md @@ -29,8 +29,8 @@ The patches.txt file has to be pointed to by `AFL_UNTRACER_FILE`. To easily run the scripts without needing to run the GUI with Ghidra: ``` -$ /opt/ghidra/support/analyzeHeadless /tmp/ tmp$$ -import libtestinstr.so -postscript ./ghidra_get_patchpoints.java -$ rm -rf /tmp/tmp$$ +/opt/ghidra/support/analyzeHeadless /tmp/ tmp$$ -import libtestinstr.so -postscript ./ghidra_get_patchpoints.java +rm -rf /tmp/tmp$$ ``` ### Fuzzing |