about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Shvedov <60114847+a-shvedov@users.noreply.github.com>2024-06-01 13:03:22 +0300
committerGitHub <noreply@github.com>2024-06-01 13:03:22 +0300
commitd2700c7525254e9400227afe2010d366bea2aabf (patch)
treedc646882762d497da2242e29feabfa8241721929
parent4cf358b58920ea843a9e7e38309fe7df37fcb81f (diff)
downloadafl++-d2700c7525254e9400227afe2010d366bea2aabf.tar.gz
Update README.md
-rw-r--r--utils/libtokencap/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/libtokencap/README.md b/utils/libtokencap/README.md
index 0e8b7ce1..d1c1b8b3 100644
--- a/utils/libtokencap/README.md
+++ b/utils/libtokencap/README.md
@@ -69,13 +69,13 @@ need to be changed for other OSes.
 
 Current supported OSes are: Linux, Darwin, FreeBSD (thanks to @devnexen)
 
-Also, the following example (make_dict_v2.sh) shows how to use a script to capture tokens from the 
+Also, the following example (generate_libtoken_dict.sh) shows how to use a script to capture tokens from the 
 files in the target output directory, 
 and then generate a dictionary file from those tokens.
 
 #### usage:
 ```bash
-./make_dict_v2.sh -p /path/to/libtokencap.so -b /path/to/target/program -o /path/to/target/output -t 5
+./generate_libtoken_dict.sh -p /path/to/libtokencap.so -b /path/to/target/program -o /path/to/target/output -t 5
 ```
 #### description opts:
 - ```-o``` : Path to target output directory ;