about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2020-05-09 18:51:33 +0200
committerGitHub <noreply@github.com>2020-05-09 18:51:33 +0200
commit041f19494ea183ed1abc24eb782a34fb7c3116fe (patch)
treecb62a7771bf557b0f5e7913024a734922f80d71b
parent8e9f507bbc594e187bbb06825c5e4a4ddfb87837 (diff)
downloadafl++-041f19494ea183ed1abc24eb782a34fb7c3116fe.tar.gz
minor fixes
-rw-r--r--unicorn_mode/samples/persistent/COMPILE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/unicorn_mode/samples/persistent/COMPILE.md b/unicorn_mode/samples/persistent/COMPILE.md
index 781f15c0..111dfc54 100644
--- a/unicorn_mode/samples/persistent/COMPILE.md
+++ b/unicorn_mode/samples/persistent/COMPILE.md
@@ -1,6 +1,6 @@
 # C Sample
 
-This shows a simple persistent harness for unicornafl in C
+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 testcase in unicorn multiple times, without the need to fork again.
 
@@ -21,4 +21,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 we execute the main function directly.
+We then load the binary and we execute the main function directly.