From a724d3b59ed0a907b2a40b0075c55cede7c4cfe0 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Tue, 19 Nov 2019 21:18:23 +0100 Subject: [PATCH] Add acronyms --- work/acronyms.tex | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 work/acronyms.tex diff --git a/work/acronyms.tex b/work/acronyms.tex new file mode 100644 index 0000000..2b8b052 --- /dev/null +++ b/work/acronyms.tex @@ -0,0 +1,24 @@ +\DeclareAcronym{plt}{ + short = PLT, + long = procedure linkage table +} + +\DeclareAcronym{aslr}{ + short = ASLR, + long = address space layout randomization +} + +\DeclareAcronym{rop}{ + short = ROP, + long = return oriented programming +} + +\DeclareAcronym{nx}{ + short = NX, + long = non-eXecutable +} + +\DeclareAcronym{pie}{ + short = PIE, + long = position-independent executable +}