WIS-SEC-BOF/work/acronyms.tex
Valentin Brandl a724d3b59e
Add acronyms
2019-11-19 21:18:23 +01:00

25 lines
383 B
TeX

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