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.
我通过 php 调用 vb6 .dll (IIS),在一些罕见和奇怪的情况下,当我调用特定函数时,php-cgi.exe 崩溃并显示消息:
指令 0x029b7387 引用了“0x0f138000”处的内存。无法写入内存。点击确定终止,点击取消调试
内存地址可能会略有变化,但始终以 8000 结尾。
有什么方法可以调试并找出我的 .dll 有什么问题?
提前致谢。