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.
ASM 命令から C++ の変数にレジスタ値をプルする方法を理解しようとしています。
例: MOV DWORD PTR DS:[ESI],EDI
(EDI が保持する値が int であると仮定します) int Value = EDI;