Shoutbox

DataBlock pointer help - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: DataBlock pointer help (/showthread.php?tid=75644)

DataBlock pointer help by effection on 06-25-2007 at 10:15 PM

I'm trying to view the area of malloc'd memory with OllyDbg and the pointer (Buffer.DataPtr) is returning the address 30159632, my question is how do i convert this address into something that i can view with Olly?


RE: DataBlock pointer help by deAd on 06-25-2007 at 10:19 PM

Just convert it to hex.


RE: DataBlock pointer help by effection on 06-25-2007 at 10:42 PM

omw why didn't i think of that one :( thanks for pointing out my stupidity