Log in

View Full Version : Ollydbg F7


warf
February 10th, 2005, 18:03
Man there has to be something easier then having to press F7 3 billion times lol if there is a way can somone plz help thanks

warf

Ricardo Narvaja
February 11th, 2005, 03:06
press TRACE INTO one only time and the list of lines qill be write in RUN TRCE window or a log file, and if you put a bp the program stop


Ricardo Narvaja

warf
February 11th, 2005, 13:40
when im in the run trace menu what am i looking for.. i have never did the run trace and when i see it its to much for the eye

warf

Ricardo Narvaja
February 12th, 2005, 04:03
in the RUN TRACE right click- LOG TO FILE and read in the txt file, is the code is long will be so much for the eye, but is better than press f7 by hours.
You can put conditions in SET CONDITIONS, for the trace stop.

By the way if you are tracing in a section by example 401000-500000 in SET CONDITIONS you can put a condition for the trace stop if EIP go out of this values (in an api by example) and you have stop the trace in each access of an api.

Ricardo