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 +}