Questions
Answer the following questions to test your knowledge of this chapter:
- The stack is a ______, or LIFO, structure.
- For this list of generic registers, identify which one of the eight is not listed –
EAX
,EBX
,ECX
,EDX
,EBP
,ESI
,EDI
. - In AT&T assembly language notation, the operand order when copying data from one place to another is _________.
jnz
causes execution to jump to the specified address if the value ofEBX
is equal to zero. (True | False)- The memory space between the base pointer and the stack pointer is the ________.
- The
\x90
opcode notoriously breaks shellcode. (True | False) - What does little-endian mean?