checksec.py
checksec.py copied to clipboard
Checksec tool in Python, Rich output. Based on LIEF
Hi I tried creating a package on my system and found that the build process fails: ``` * Creating venv isolated environment... * Installing packages in isolated environment... (setuptools >=...
When using checksec.py to output to JSON format, the output does not show the same level of detail as the rich output formatter. Specifically, the HighEntropyVA and SafeSEH results for...
When analyzing a complete rootfs (which might not be the rootfs of the analyzing system) symlink within that rootfs might be broken. In particular absolute symlinks. However, if by chance...
Hi, as suggested by @Wenzel , here a brainstorming post regarding a potentially interesting new feature: Adding checks to detect: -unstripped symbols -unremoved debug information -unremoved profiling instrumentation -unremoved coverage...
Article by Tencent lab: https://xlab.tencent.com/en/2016/11/02/return-flow-guard/ Implementation by winchecksec: https://github.com/trailofbits/winchecksec/blob/v2.0.0/checksec.cpp#L262
- https://github.com/etke/checksec.rs - https://github.com/koczkatamas/checksec-js/tree/master/examples
https://lwn.net/Articles/761462/ "The GNU C Library can now be compiled with support for Intel CET, AKA Intel Control-flow Enforcement Technology."
https://docs.oasis-open.org/sarif/sarif/v2.0/csprd01/sarif-v2.0-csprd01.html