WIS-SEC-BOF/work/acronyms.tex

45 lines
640 B
TeX
Raw Normal View History

2019-11-20 20:03:34 +01:00
\DeclareAcronym{bof}{
short = BOF,
long = buffer overflow
}
2019-11-19 21:18:23 +01:00
\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
}
2019-12-10 20:36:29 +01:00
\DeclareAcronym{ip}{
short = IP,
long = instruction pointer
}
\DeclareAcronym{sp}{
short = SP,
long = stack pointer
}
\DeclareAcronym{bp}{
short = BP,
long = base pointer
}