我在window server 2003上用IDA反编译Symantec的Veritas Storage Foundation软件,在开始调试之后报了如下错误:
A8EE74:The instruction at 0xA8EE74 referenced memory at 0x990100. The memory could not be read -> 00990100 (exc.code c0000005, tid 1712)
对应的汇编代码是:
debug034:00A8EE74 ; ---------------------------------------------------------------------------
debug034:00A8EE74 test ds:990100h, eax
debug034:00A8EE7A retn
debug034:00A8EE7A ;
可是我在正常打开这个软件的时候并没有报错啊,这到底是IDA的问题还是我这个软件的问题,求大神指点~~
A8EE74:The instruction at 0xA8EE74 referenced memory at 0x990100. The memory could not be read -> 00990100 (exc.code c0000005, tid 1712)
对应的汇编代码是:
debug034:00A8EE74 ; ---------------------------------------------------------------------------
debug034:00A8EE74 test ds:990100h, eax
debug034:00A8EE7A retn
debug034:00A8EE7A ;
可是我在正常打开这个软件的时候并没有报错啊,这到底是IDA的问题还是我这个软件的问题,求大神指点~~