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 是我要更改的全局变量的地址。
可能是什么问题?