Questions
Answer the following questions to test your knowledge of this chapter:
- The ______ rests between the NT kernel and hardware.
- A ______ kernel can interrupt kernel-mode threads; cooperative OSs must wait for the thread to finish.
- In C, the ampersand operator before a variable references __________.
- How many DWORDS fit into three quadwords?
AX
is the lower ________ of the 64-bitRAX
.- It is not possible to dereference an invalid pointer – true or false?
- My hexadecimal-to-decimal calculator says that
ffffffff
is equal to 4,294,967,295. Why does thexxxSendMessage()
function think it’s-1
? - What’s the difference between DLL injection and reflective DLL injection?