Log in

View Full Version : IDA problem...


the_lover
August 4th, 2001, 13:31
I am disassembling an old dos executable with IDA Pro 4.04 Shocked Release.

I am in a situation like this:

sub_444:

...
mov dword ptr aHelpFileNot+2,eax
...
sub_444 endp

The instruction is a nonsense:I have manually defined the string aHelpFileNotFound,and it cannot be anything else.

I have a lot of this kind of situations,so I cannot proceed in my analisys.Note that IDA doesnt let me change the first op to anything.

> Any idea??