Updated document structure, reformatted multiple chapters, updated chapter and section intros. Separated hardening features into two. Other changes suggested at the meeting,

This commit is contained in:
h3xduck
2022-06-11 13:07:10 -04:00
parent 1595caa8d0
commit e5bb65925d
24 changed files with 3650 additions and 3127 deletions

View File

@@ -574,7 +574,7 @@ AMD64 Architecture Processor Supplement},
url={https://guyinatuxedo.github.io/5.1-mitigation_aslr_pie/index.html#aslrpie-intro}
},
@online{relro_readhat,
@online{relro_redhat,
title={Hardening ELF binaries using Relocation Read-Only (RELRO)},
author={Huzaifa Sidhpurwala},
date={2019-01-28},
@@ -593,7 +593,13 @@ AMD64 Architecture Processor Supplement},
author={Michael Larabel},
date={2021-07-21},
url={https://www.phoronix.com/scan.php?page=news_item&px=Intel-CET-v29}
}
},
@online{canary_exploit,
title={Stack Canaries},
url={https://ir0nstone.gitbook.io/notes/types/stack/canaries}
},