16 lines
279 B
TeX
16 lines
279 B
TeX
\DeclareAcronym{bof}{
|
|
short = {BOF},
|
|
long = {Buffer Overflow},
|
|
}
|
|
|
|
\DeclareAcronym{aslr}{
|
|
short = {ASLR},
|
|
long = {Address Space Layout Randomization},
|
|
}
|
|
|
|
\DeclareAcronym{ip}{
|
|
short = {IP},
|
|
long = {Instruction Pointer},
|
|
}
|
|
% vim: set filetype=tex ts=2 sw=2 tw=0 et :
|