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.
私はいくつかのアセンブリコードを書いていますが、何らかの理由で次の命令を実行するとき:
mov [ds:0x666c44], eax (NASM)
サブルーチンの実行が停止します。サブルーチンは、他のアプリケーションによってロードされた DLL から呼び出されます。0x666c44 は、変更したいグローバル変数のアドレスです。
何が問題になる可能性がありますか?