Ricardo Narvaja
March 27th, 2004, 20:34
I write this script
eoe LABEL
eob BABEL
run
LABEL:
esto
BABEL:
cmp eax, 00DCE1FC
log eax
je STEP
run
STEP:
ret
and put manually a HARDWARE BPX ON WRITE on a location.
This script skip the exceptions and automatically SHIFT + F9 well, and continue, but when the program write in the poistion of the HARDWARE BPX, the first time (in the log)
Log data, item 21
Message=eax = FEEEFEEE | FEEEFEEE
EAX is not 00DCE1FC, JUMP and continue RUNNING, the second time equeal but the 3er time, stop and finish the script, EAX=FEEEFEEE in this time too and a CMP is not true.
But the ollyscript jumps and end the plugin, the plugin is write to finish when eax= 00DCE1FC not eax=FEEEFEEE
SNIF
Ricardo
eoe LABEL
eob BABEL
run
LABEL:
esto
BABEL:
cmp eax, 00DCE1FC
log eax
je STEP
run
STEP:
ret
and put manually a HARDWARE BPX ON WRITE on a location.
This script skip the exceptions and automatically SHIFT + F9 well, and continue, but when the program write in the poistion of the HARDWARE BPX, the first time (in the log)
Log data, item 21
Message=eax = FEEEFEEE | FEEEFEEE
EAX is not 00DCE1FC, JUMP and continue RUNNING, the second time equeal but the 3er time, stop and finish the script, EAX=FEEEFEEE in this time too and a CMP is not true.
But the ollyscript jumps and end the plugin, the plugin is write to finish when eax= 00DCE1FC not eax=FEEEFEEE
SNIF
Ricardo