aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/leaking_addresses.pl16
1 files changed, 8 insertions, 8 deletions
diff --git a/scripts/leaking_addresses.pl b/scripts/leaking_addresses.pl
index 02393dbca583..31cf54ad379f 100755
--- a/scripts/leaking_addresses.pl
+++ b/scripts/leaking_addresses.pl
@@ -92,14 +92,14 @@ Version: $V
92 92
93Options: 93Options:
94 94
95 -o, --output-raw=<file> Save results for future processing. 95 -o, --output-raw=<file> Save results for future processing.
96 -i, --input-raw=<file> Read results from file instead of scanning. 96 -i, --input-raw=<file> Read results from file instead of scanning.
97 --raw Show raw results (default). 97 --raw Show raw results (default).
98 --suppress-dmesg Do not show dmesg results. 98 --suppress-dmesg Do not show dmesg results.
99 --squash-by-path Show one result per unique path. 99 --squash-by-path Show one result per unique path.
100 --squash-by-filename Show one result per unique filename. 100 --squash-by-filename Show one result per unique filename.
101 -d, --debug Display debugging output. 101 -d, --debug Display debugging output.
102 -h, --help, --version Display this help and exit. 102 -h, --help, --version Display this help and exit.
103 103
104Scans the running (64 bit) kernel for potential leaking addresses. 104Scans the running (64 bit) kernel for potential leaking addresses.
105 105