Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Loic
hbsd-checksec
Commits
aa343205
Commit
aa343205
authored
Jul 19, 2020
by
Brian Davis
Browse files
signed update
parent
aea5f9de
Changes
3
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
aa343205
...
...
@@ -11,7 +11,7 @@ Updates
-
All options now require
`--$option=$value`
instead of
`--$option $value`
-
--extended option now includes clang CFI and safe stack checks
Last Update: 2020-07-
08
Last Update: 2020-07-
19
For OSX
-------
...
...
checksec
View file @
aa343205
...
...
@@ -67,7 +67,7 @@ format="cli"
SCRIPT_NAME
=
"checksec"
SCRIPT_URL
=
"https://github.com/slimm609/checksec.sh/raw/master/
${
SCRIPT_NAME
}
"
SIG_URL
=
"https://github.com/slimm609/checksec.sh/raw/master/
$(
basename
${
SCRIPT_NAME
}
.sh
)
.sig"
SCRIPT_VERSION
=
202007
08
01
SCRIPT_VERSION
=
202007
19
01
SCRIPT_MAJOR
=
2
SCRIPT_MINOR
=
2
SCRIPT_REVISION
=
3
...
...
@@ -1954,7 +1954,13 @@ while getopts "${optspec}" optchar; do
exit
0
;;
debug
)
debug
=
true
;;
debug
=
true
;;
trace
)
BASH_XTRACEFD
=
"5"
export
PS4
=
'(${BASH_SOURCE##*/}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }'
set
-x
;;
help
)
help
exit
0
...
...
checksec.sig
View file @
aa343205
No preview for this file type
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment