PDA

View Full Version : Label Data location in Olly


ronnie291983
March 5th, 2010, 01:47
Hi,

In olly it is possible to mark a code location with a label for ex.,

call 10001234

becomes

call <here is the original oep>

is there any way to mark data location for ex,

mov eax, dword ptr ds:[10001111]

mov eax,<contains handle for createmutex>

any plugins or options with in olly??

prn
March 5th, 2010, 05:11
Hi,
by my mind it's possilble:
sequence
1. load Ollydbg itself
2. from 401012 context menu Follow in Dump | Memory address
3. from 004B11DB context menu Edit label

prn

ronnie291983
March 5th, 2010, 05:39
@prn: I am using olly debug 1.10, i can see the options u mentioned in 2.0 but not in 1.10, is there any way to do this in 1.10 ? the example u have given is this from 2.0 or 1.x??

prn
March 5th, 2010, 09:45
This sample was tested with OllyDbg 2.00k (final beta). Sorry, I don't know solution with OllyDbg 1.10 (I tried plugins Labeler and Labelmaster without success)

ronnie291983
March 7th, 2010, 23:21
thanks man, labeler worked for me

prn
March 8th, 2010, 02:47
Great! In the end Labeler works for me too.

anom
March 8th, 2010, 05:44
It's possible in 1.10 without using any plugins with exactly the options prn mentioned. Weird you cannot find these options in the menus, you could try the shortcut ":" instead (without quotes).

prn
March 8th, 2010, 08:21
Super!! It works in version 1.10 too. I don't understand what I did wrong before :-(