WIS-SEC-BOF/work/acronyms.tex

70 lines
1003 B
TeX
Raw Permalink Normal View History

2019-11-20 20:03:34 +01:00
\DeclareAcronym{bof}{
short = BOF,
long = buffer overflow
}
2019-11-19 21:18:23 +01:00
\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
}
2019-12-10 20:36:29 +01:00
\DeclareAcronym{ip}{
short = IP,
long = instruction pointer
}
\DeclareAcronym{sp}{
short = SP,
long = stack pointer
}
\DeclareAcronym{bp}{
short = BP,
long = base pointer
}
2019-12-16 11:37:38 +01:00
\DeclareAcronym{rbc}{
short = RBC,
long = runtime bounds checking
}
\DeclareAcronym{dos}{
short = DOS,
long = denial of service
}
2019-12-16 17:56:17 +01:00
\DeclareAcronym{gcc}{
short = GCC,
long = GNU compiler collection
}
\DeclareAcronym{dep}{
short = DEP,
long = data execution prevention
}
2019-12-17 21:27:03 +01:00
\DeclareAcronym{vmt}{
short = VMT,
long = virtual method table
}