Duckademy

Exploit writing mini-quiz

Test your basic hacking knowledge

Answer the questions below to check your basic knowledge on Exploit writing. There is always only 1 correct answer. (See the correct answers at the bottom of this page.)

If you need help you will find the answers in our Basics of buffer overflow video.


1. Which register do you want to control (overwrite) in case of a buffer overflow?
a) EAX
b) EIP
c) ESP
d) EBP

2. Where are the local variables stored?
a) Stack
b) EAX register
c) import table
d) export table

3. How is the number 0x12345678 stored in LITTLE ENDIAN format?
a) 0x12345678
b) 0x87654321
c) 0x78563412
d) 0x21436587


------------------------------------------------------------------------------------------------------------------------

The right answers:



If you want to hear about new quizzes or challenges subscribe to our newsletter.


share