Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ESPレジスタの値がで0x00050830、アドレス0x00050830の値が。の場合0x00002000。
ESP
0x00050830
0x00002000
さてpop eax、EAXレジスターの値は0x00002000?
pop eax
EAX
espが指すアドレスの値をeax、つまり0x00002000に配置します。
さらに、スタック上の次の値を指すために、espを4ずつインクリメントします。