diff options
author | Akira Moroo <retrage01@gmail.com> | 2021-11-12 05:33:40 +0000 |
---|---|---|
committer | Akira Moroo <retrage01@gmail.com> | 2021-11-12 06:13:18 +0000 |
commit | d63d69a1f66e00f453e358662527fbd78361147d (patch) | |
tree | 2b33c7cdabbcea77c0f01164affac41a7a79cca5 /src/afl-analyze.c | |
parent | 9100f3c416707d926fc100d4441cf32bb1da6dd6 (diff) | |
download | afl++-d63d69a1f66e00f453e358662527fbd78361147d.tar.gz |
Clarify usage message for ARM CoreSight mode
REF: https://github.com/AFLplusplus/AFLplusplus/pull/1156#issuecomment-966196217 Signed-off-by: Akira Moroo <retrage01@gmail.com>
Diffstat (limited to 'src/afl-analyze.c')
-rw-r--r-- | src/afl-analyze.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-analyze.c b/src/afl-analyze.c index c8b82428..4872c60d 100644 --- a/src/afl-analyze.c +++ b/src/afl-analyze.c @@ -848,7 +848,7 @@ static void usage(u8 *argv0) { " -f file - input file read by the tested program (stdin)\n" " -t msec - timeout for each run (%u ms)\n" " -m megs - memory limit for child process (%u MB)\n" - " -A - use binary-only instrumentation (CoreSight mode)\n" + " -A - use binary-only instrumentation (ARM CoreSight mode)\n" " -O - use binary-only instrumentation (FRIDA mode)\n" " -Q - use binary-only instrumentation (QEMU mode)\n" " -U - use unicorn-based instrumentation (Unicorn mode)\n" |