프로그래밍/해킹

리버싱 퀴즈 모음

만디기 2024. 8. 31. 23:12

Quiz: Computer Architecture

- rax = 0x0123456789abcdef 일 때, ah의 값은? : 0xcd

- rax = 0x0123456789abcdef 일 때, eax의 값은? : 0x89abcdef

- rax = 0x0123456789abcdef 일 때, al의 값은? : 0xef

- rax = 0x0123456789abcdef 일 때, ax의 값은? : 0xcdef

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

 

Quiz: x86 Assembly 2, 3 퀴즈

https://mandilog.tistory.com/236