Add Egalito to new app/binary hardening subsection.

This commit is contained in:
Meitar M 2020-02-18 15:18:53 -05:00
parent c39ee1e97d
commit e0aca7e7aa
No known key found for this signature in database
GPG Key ID: 07EFAA28AB94BC85

View File

@ -12,6 +12,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea
- [Cloud platform security](#cloud-platform-security)
- [Communications security (COMSEC)](#communications-security-comsec)
- [DevSecOps](#devsecops)
- [Application or Binary Hardening](#application-or-binary-hardening)
- [Fuzzing](#Fuzzing)
- [Honeypots](#honeypots)
- [Tarpits](#tarpits)
@ -74,6 +75,10 @@ See also [awesome-devsecops](https://github.com/devsecops/awesome-devsecops).
- [git-crypt](https://www.agwa.name/projects/git-crypt/) - Transparent file encryption in git; files which you choose to protect are encrypted when committed, and decrypted when checked out.
- [SonarQube](https://sonarqube.org) - Continuous inspection tool that provides detailed reports during automated testing and alerts on newly introduced security vulnerabilities.
### Application or Binary Hardening
- [Egalito](https://egalito.org/) - Binary recompiler and instrumentation framework that can fully disassemble, transform, and regenerate ordinary Linux binaries designed for binary hardening and security research.
### Fuzzing
See [Awesome-Fuzzing](https://github.com/secfigo/Awesome-Fuzzing).