阅读:979回复:2
大侠救急!
请问SOFTICE的错误代码
break due to invalid opcode fault(06h) 是什么意思? 小弟只有38分,望诸位大侠海涵 |
|
沙发#
发布于:2002-03-19 06:49
Sorry for replying in English, can\'t input Chinese at work.
First of all, this is not a softice error code, it\'s a intel CPU exception. Please refer Intel Architecture Software Developers\' Manual ( Volume 3: System Programming Guide ), you can download it from intel developer website or from http://www.x86.org/intel.doc/p2manuals.htm. Please read chapter 5.12. And you might like to read the whole book to get some basic concept. (Most of the time) It seems something wrong with your stack, and your return address is overwrite by an invalid address, which only have data like 0xffff or 0x0000. Or, if you try to hook something, and you didn\'t calculate the right address to put in your code. Anyway, you need to track back in SoftIce to see what happen before you get this error. You might be able to use ws or stack to see the call stack. Good luck! |
|
板凳#
发布于:2002-03-19 16:00
应该是由于你的符号表是旧的
就是说你开始转换符号表,调试程序,然后修改了程序,可是没有再次转换符号表,,,, |
|
|