Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-26 | release: fix parsing of BIND_NOW with older readelf | Cory Fields | |
2016-01-08 | Fixing typos on security-check.py and torcontrol.cpp | calebogden | |
2015-10-22 | devtools: Add security-check.py | Wladimir J. van der Laan | |
Perform the following ELF security checks: - PIE: Check for position independent executable (PIE), allowing for address space randomization - NX: Check that no sections are writable and executable (including the stack) - RELRO: Check for read-only relocations, binding at startup - Canary: Check for use of stack canary Also add a check to symbol-check.py that checks that only the subset of allowed libraries is imported (to avoid incompatibilities). |