Questions
Answer the following questions to test your knowledge of this chapter:
- Name the two types of DEP in Windows.
- Define
libc
. - How many bytes long can a gadget be prior to its return?
gcc -no-pie
disables ______________ hardening.- What’s the difference between the PLT and the GOT?
- What’s a quick and easy way to find
system@plt
with gdb? - Why won’t the
pack(">I", 0x0804a02c)
function work in the ROP context on an x86 processor?