Log in

View Full Version : Debugging


w_a_r_1
July 22nd, 2009, 20:56
i am trying to unpack obsidium the latest one. But while doing unpacking i am trying to search couple of bytes in memory and i am continously getting this error when the search pass the code section. I tried different setting of olly...used phantom, olly advanced etc. But still not able to fix this one. Because those bytes are in code section where i have to make some changes to unpack the target. But due to this error not getting that VA. Any idea how to bypass the error?
http://i26.tinypic.com/20ue2it.jpg

Cheers

Elenil
July 22nd, 2009, 22:29
use softice

w_a_r_1
July 23rd, 2009, 04:05
But i think ollydbg is much better than softice

Ricardo Narvaja
July 23rd, 2009, 04:46
go to M and, mark this section, right click and in the menu search FULL ACCESS to this section and try again.

ricnar

w_a_r_1
July 25th, 2009, 17:26
Thanks Ricardo, I will try this one