slimm609 / checksec

Checksec
https://slimm609.github.io/checksec
Other
2.04k stars 306 forks source link

Make --dir option follow symlink #180

Closed Camelron closed 3 years ago

Camelron commented 3 years ago

Currently, when --dir=/path/to/symlink/file, the output just prints an empty table with no further warning or clues to diagnose the issue. This PR makes checksec automatically follow the symlink to the correct folder.

Camelron commented 3 years ago

Woops, I jumped the gun..