about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2024-06-21 09:22:38 +0200
committerGitHub <noreply@github.com>2024-06-21 09:22:38 +0200
commit25b650f59d2c8045104c77b5bd9edfba662ff0aa (patch)
tree08468c0a33cdf7035ab9dd2b086a9484a930b31b
parentaecd15724414629ed8e42da270e6235accd7839c (diff)
parented6f19d3d8f9a5fafc3efe6328fe41f91f3b3a28 (diff)
downloadafl++-25b650f59d2c8045104c77b5bd9edfba662ff0aa.tar.gz
Merge pull request #2132 from tylzh97/stable
Fix typo in unicorn_mode
-rw-r--r--unicorn_mode/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/unicorn_mode/README.md b/unicorn_mode/README.md
index ce87a2e9..69ccc476 100644
--- a/unicorn_mode/README.md
+++ b/unicorn_mode/README.md
@@ -144,7 +144,7 @@ The following examples exist at the time of writing:
   blocks
 - persistent: A C example using persistent mode for maximum speed, and resetting
   the target state between each iteration
-- simple: A simple Python example
+- python_simple: A simple Python example
 - speedtest/c: The C harness for an example target, used to compare C, Python,
   and Rust bindings and fix speed issues
 - speedtest/python: Fuzzing the same target in Python
@@ -158,4 +158,4 @@ get shipped pre-built (plus their source).
 
 Especially take a look at the
 [speedtest documentation](./samples/speedtest/README.md) to see how the
-languages compare.
\ No newline at end of file
+languages compare.