Add acronyms
This commit is contained in:
parent
439a8f951e
commit
a724d3b59e
24
work/acronyms.tex
Normal file
24
work/acronyms.tex
Normal file
@ -0,0 +1,24 @@
|
||||
\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
|
||||
}
|
Loading…
Reference in New Issue
Block a user