diff options
| author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 20:37:21 +0100 |
|---|---|---|
| committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-02 21:08:26 +0100 |
| commit | c85e0dc4f0e0a6deedfb7318292e1939503a10c2 (patch) | |
| tree | 2113f2ff4f9cba6b8c470d12a9b69af8877c170a /unicorn_mode/samples/persistent | |
| parent | fcbaddfd2b3f4dece001f1d4141d7dce75da1e81 (diff) | |
| download | afl++-c85e0dc4f0e0a6deedfb7318292e1939503a10c2.tar.gz | |
Remove the word "we"
Diffstat (limited to 'unicorn_mode/samples/persistent')
| -rw-r--r-- | unicorn_mode/samples/persistent/COMPILE.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unicorn_mode/samples/persistent/COMPILE.md b/unicorn_mode/samples/persistent/COMPILE.md index 9f2ae718..5e607aef 100644 --- a/unicorn_mode/samples/persistent/COMPILE.md +++ b/unicorn_mode/samples/persistent/COMPILE.md @@ -3,7 +3,7 @@ This shows a simple persistent harness for unicornafl in C. In contrast to the normal c harness, this harness manually resets the unicorn state on each new input. -Thanks to this, we can rerun the test case in unicorn multiple times, without +Thanks to this, you can rerun the test case in unicorn multiple times, without the need to fork again. ## Compiling sample.c @@ -25,4 +25,4 @@ was built in case you want to rebuild it or recompile it for any reason. The pre-built binary (persistent_target_x86_64.bin) was built using -g -O0 in gcc. -We then load the binary and we execute the main function directly. \ No newline at end of file +Then load the binary and execute the main function directly. \ No newline at end of file |
