From a788f4d618db706fe1f6cf2961615eff3d3c72c2 Mon Sep 17 00:00:00 2001 From: hkctkuy Date: Sun, 9 Jun 2024 22:18:06 +0300 Subject: [PATCH] Update docs --- docs/usage.md | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/docs/usage.md b/docs/usage.md index 8a3a23b7..1cd4a265 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -215,16 +215,18 @@ Create CASR reports (.casrep) from C# reports ... Add "-- " to run Options: - -o, --output Path to save report. Path can be a directory, then report name - is generated - --stdout Print CASR report to stdout - --stdin Stdin file for program - -t, --timeout Timeout (in seconds) for target execution, 0 value means that - timeout is disabled [default: 0] - --ignore File with regular expressions for functions and file paths that - should be ignored - -h, --help Print help - -V, --version Print version + -o, --output Path to save report. Path can be a directory, then report + name is generated + --stdout Print CASR report to stdout + --stdin Stdin file for program + -t, --timeout Timeout (in seconds) for target execution, 0 value means that + timeout is disabled [default: 0] + --ignore File with regular expressions for functions and file paths + that should be ignored + --strip-path Path prefix to strip from stacktrace and crash line [env: + CASR_STRIP_PATH=] + -h, --help Print help + -V, --version Print version Run casr-csharp: @@ -447,16 +449,19 @@ Triage crashes found by AFL++/Sharpfuzz triage C# crashes with additional options Options: - -l, --log-level Logging level [default: info] [possible values: info, debug] + -l, --log-level Logging level [default: info] [possible values: info, + debug] -j, --jobs Number of parallel jobs for generating CASR reports [default: half of cpu cores] -t, --timeout Timeout (in seconds) for target execution, 0 value means that timeout is disabled [default: 0] -i, --input AFL++ work directory -o, --output Output directory with triaged reports + -s, --seed Seed directory with previously triaged reports [env: + CASR_SEED_DIR=] -f, --force-remove Remove output project directory if it exists - --ignore-cmdline Force usage to run target instead of searching for cmdline files - in AFL fuzzing directory + --ignore-cmdline Force usage to run target instead of searching for + cmdline files in AFL fuzzing directory --no-cluster Do not cluster CASR reports -h, --help Print help -V, --version Print version @@ -586,7 +591,9 @@ Triage crashes found by libFuzzer based fuzzer -i, --input Directory containing crashes found by libFuzzer [default: .] -o, --output - Output directory with triaged reports + Output directory with triaged reports [env: CASR_SEED_DIR=] + -s, --seed + Seed directory with previously triaged reports -f, --force-remove Remove output project directory if it exists --no-cluster