markh51
November 14th, 2005, 15:14
I am debugging a program using SoftIce and everything is going well until I try to find a line number in IDA4.30. I can see the code in SoftIce but not in IDA. In IDA it just has lines like:
.text:0045D540 dd 45D5C895h, 498D00h, 45D5BFh, 45D5ACh, 45D5A4h, 45D59Ch
.text:0045D540 dd 45D594h, 45D58Ch, 45D584h, 45D57Ch, 0E48E448Bh, 0E48F4489h
.text:0045D540 dd 0E88E448Bh, 0E88F4489h, 0EC8E448Bh, 0EC8F4489h, 0F08E448Bh
.text:0045D540 dd 0F08F4489h, 0F48E448Bh, 0F48F4489h, 0F88E448Bh, 0F88F4489h
.text:0045D540 dd 0FC8E448Bh, 0FC8F4489h, 8D048Dh, 3000000h, 0FFF803F0h
.text:0045D540 dd 0D5C89524h, 0FF8B0045
instead of the actual code I can see in SoftIce. The line I am looking for is 0045D5A8. I have tried to work it out myself but I have no idea what I am looking for.
Any help is greatly appreciated as usual.
.text:0045D540 dd 45D5C895h, 498D00h, 45D5BFh, 45D5ACh, 45D5A4h, 45D59Ch
.text:0045D540 dd 45D594h, 45D58Ch, 45D584h, 45D57Ch, 0E48E448Bh, 0E48F4489h
.text:0045D540 dd 0E88E448Bh, 0E88F4489h, 0EC8E448Bh, 0EC8F4489h, 0F08E448Bh
.text:0045D540 dd 0F08F4489h, 0F48E448Bh, 0F48F4489h, 0F88E448Bh, 0F88F4489h
.text:0045D540 dd 0FC8E448Bh, 0FC8F4489h, 8D048Dh, 3000000h, 0FFF803F0h
.text:0045D540 dd 0D5C89524h, 0FF8B0045
instead of the actual code I can see in SoftIce. The line I am looking for is 0045D5A8. I have tried to work it out myself but I have no idea what I am looking for.
Any help is greatly appreciated as usual.