This repository has been archived by the owner on May 7, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More control for hardening flags in `AB_FLAGS_*`: * PIC: Position-independent code. Makes ASLR work. * PIE: Position-independent executables. * SSP: Strong Stack Protector. * RRO: LD RELRO. * NOW: LD NOW. * FTF: Cpp FORTIFY_SOURCE. Quirks System: See previous commit.
- Loading branch information