Commit 174f78f
committed
Rework command line interface
Use subcommand instead of option arguments. This has the benefit of
supporting shell wildcards.
Old usage:
checksec -f /bin/true --no-color
checksec -d /bin --json --pretty
checksec -p bash --maps
checksec --pid 1,42
checksec -P
New usage:
checksec --no-color exe /bin/true
checksec --format json-pretty exe /bin
checksec proc-name --maps bash
checksec proc-id 1 42
checksec proc-all
checksec proc-id $(pidof firefox)
checksec exe /bin/system*
dpkg -L apt | checksec1 parent c4f56c4 commit 174f78f
4 files changed
+303
-240
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments