25 lines
383 B
TeX
25 lines
383 B
TeX
\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
|
|
}
|