PDA

View Full Version : EAX == XXXXXXXX


Cougar
December 1st, 2009, 18:42
How do set a breakpoint on eax when it is at hex value xxxxxxxx?
Thanks!

ronnie291983
December 2nd, 2009, 08:41
If ur using olly, then olly's commandline plugin can be used for the purpose

http://webster.cs.ucr.edu/AsmTools/OllyDbg/CMDLINE.HTML

Cougar
December 2nd, 2009, 11:07
Thanks! Found what I was looking for!

prn
March 5th, 2010, 05:57
Hi,
it's possible set trace condition:
sequence:
1. Open Ollydbg itself
2. CTRL+T
3. Set Condition1 EDX==400000
4. CTRL F12 Trace over (or CTRL F7,8,11)
5. program stops at 00401029

regards
prn