Config.in.host 676 B

1234567891011121314151617
  1. config BR2_PACKAGE_HOST_CHECKSEC
  2. bool "host checksec"
  3. help
  4. This tool provides a shell script to check the
  5. properties of executables
  6. (PIE,RELRO,Stack Canaries,Fortify Source).
  7. It also has a kernel test mode that can run on target
  8. for testing of PaX, ASLR, heap and config hardening.
  9. NOTE: when using this tool as a host tool, the tool
  10. can offline check a target folder of elf files for
  11. hardening features enabled in those elf files. There
  12. are other features of this tool, like the kernel test
  13. feature that are not functional offline, but require the
  14. user to execute in a chroot or on target.
  15. https://github.com/slimm609/checksec.sh.git