阅读:1014回复:1
For SoftIce,what\'s mean LastExceptionFromIp=C00318d4?
怎么用这个提示找到源码中的错误呀? :P
|
|
沙发#
发布于:2001-12-13 05:35
The eip address of last jmp/call. You can use \'U C00318d4\" to see who call into the fault function (or jump into the fault code section). If you have a right symbol loaded, you might be able to see the culpable sentence in your source files.
|
|