crUsAdEr
March 14th, 2002, 16:58
Hi folks,
This time it is really a newbie and dumb post but maybe my brain is really damaged, been trying to write some Procdump scripts but they just dont work... the Procdump helpfile (what help file?? skimpy notes by GRom I mean) was really minimal... I have looked at demo scripts and try to figure out what is going but i am not sure about certain things.. so guess i'll post a question here...
Okie, here is a sample script
[Aspack108.3]
L1=OBJR : set eip (aka OEP) as base??
L2=LOOK 6A,00,50 ;does it search for this pattern from
the base set above forwards only? is
the result the first found?
L3=JZ 5
L4=QUIT
L5=BP
L6=OBJR
L7=LOOK 50,C3
L8=ADD 1
L9=BP
LA=WALK ;Is it equivalent to F8 in sice??? Or F10?
LB=OBJR
LC=LOOK 50,C3
LD=ADD 1
LE=BP
LF=STEP
Also command like
BPX 123 ;set breakpoint at 123h bytes from the
current base? or is it eip???
Thanx a lot,
P.S : Also is there anyway of "debugging" the script to know what wgoes wrong? Thanx
This time it is really a newbie and dumb post but maybe my brain is really damaged, been trying to write some Procdump scripts but they just dont work... the Procdump helpfile (what help file?? skimpy notes by GRom I mean) was really minimal... I have looked at demo scripts and try to figure out what is going but i am not sure about certain things.. so guess i'll post a question here...
Okie, here is a sample script
[Aspack108.3]
L1=OBJR : set eip (aka OEP) as base??
L2=LOOK 6A,00,50 ;does it search for this pattern from
the base set above forwards only? is
the result the first found?
L3=JZ 5
L4=QUIT
L5=BP
L6=OBJR
L7=LOOK 50,C3
L8=ADD 1
L9=BP
LA=WALK ;Is it equivalent to F8 in sice??? Or F10?
LB=OBJR
LC=LOOK 50,C3
LD=ADD 1
LE=BP
LF=STEP
Also command like
BPX 123 ;set breakpoint at 123h bytes from the
current base? or is it eip???
Thanx a lot,
P.S : Also is there anyway of "debugging" the script to know what wgoes wrong? Thanx