bof_presentation/acronyms.tex

11 lines
206 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-20 18:17:35 +02:00
% vim: set filetype=tex ts=2 sw=2 tw=0 et :