Add acronyms

This commit is contained in:
Valentin Brandl 2019-11-19 21:18:23 +01:00
parent 439a8f951e
commit a724d3b59e
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

24
work/acronyms.tex Normal file
View File

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