WIS-SEC-BOF/work/acronyms.tex
Valentin Brandl 8a6a8b2348
More acronyms
2019-12-10 20:36:29 +01:00

45 lines
640 B
TeX

\DeclareAcronym{bof}{
short = BOF,
long = buffer overflow
}
\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
}
\DeclareAcronym{ip}{
short = IP,
long = instruction pointer
}
\DeclareAcronym{sp}{
short = SP,
long = stack pointer
}
\DeclareAcronym{bp}{
short = BP,
long = base pointer
}