본문 바로가기
hacking/pwnable

[Dream hack] Quiz: x86 Assembly 2-1

by ilp 2024. 6. 2.
반응형


Quiz: x86 Assembly 1-12 와 같은 문제이다.

https://iloveprogramming.tistory.com/172

 

[Dream hack] Quiz: x86 Assembly 1-12

답더보기초기상태레지스터:rcx = 0rdx = 0rsi = 0x400000메모리0x400000: 0x67 0x55 0x5c 0x53 0x5f 0x5d 0x55 0x100x400008: 0x44 0x5f 0x10 0x51 0x43 0x43 0x55 0x5d0x400010: 0x52 0x5c 0x49 0x10 0x47 0x5f 0x42 0x5c0x400018: 0x54 0x11 0x00 0x00 0x00

iloveprogramming.tistory.com


반응형