You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not return False for NX and No for RELRO when there is no program
segments in the binary file (e.g. kernel module).
This is inspired from
slimm609/checksec@29aea68
For RELRO, a new NA value is added
For NX, True is returned to avoid changing NX type from boolean to
string
Signed-off-by: Fabrice Fontaine <[email protected]>
0 commit comments