Libraries: Static: - If system has ASLR, static binaries should still be compiled using position independent code. - Static binaries text and data sections can still take advantage of ASLR. - All object files should be included separately into the ar archive. Dynamic: - ...