bof_presentation/acronyms.tex

16 lines
279 B
TeX
Raw Normal View History

2022-09-20 18:17:35 +02:00
\DeclareAcronym{bof}{
short = {BOF},
long = {Buffer Overflow},
}
2022-09-20 18:47:25 +02:00
\DeclareAcronym{aslr}{
short = {ASLR},
long = {Address Space Layout Randomization},
}
2022-09-21 17:54:15 +02:00
\DeclareAcronym{ip}{
short = {IP},
long = {Instruction Pointer},
}
2022-09-20 18:17:35 +02:00
% vim: set filetype=tex ts=2 sw=2 tw=0 et :