본문 바로가기
Dreamhack/pwn

Computer Architecture Quiz

Q1. rax = 0x0123456789abcdef 일 때, ax의 값은?

 

0xcdef

 

Q2. rax = 0x0123456789abcdef 일 때, al의 값은?

 

0xef

 

Q3. rax = 0x0123456789abcdef 일 때, ah의 값은?

 

0xcd

 

Q4. rax = 0x0123456789abcdef 일 때, eax의 값은?

 

0x89abcdef

 

Q5. rax에서 rbx를 뺐을 때, ZF가 설정되었다. rax와 rbx의 대소를 비교하시오.

 

==

'Dreamhack > pwn' 카테고리의 다른 글

basic_exploitation_000  (1) 2024.11.15
Return Address Overwrite  (0) 2024.11.15
Calling Convention Quiz  (0) 2024.11.15
shell_basic  (1) 2024.11.15
Shellcode Quiz  (1) 2024.11.12