PDA

View Full Version : ollydbg problem


LawLoCide
03-05-2008, 04:08 AM
I have the latest version of ollydbg 1.10, when examining conditional jumps, ollydbg does not display an a arrow pointing from the J** operation to where the jump leads in the code.

I was wondering if anyone knows how to solve this problem, it would be a great help.

- I hope I am describing the problem correctly.

Thanks

babar0ga
03-05-2008, 04:14 AM
In Debugging Options on CPU tab try marking checkbox "Show jump path"...

Regards

LawLoCide
03-05-2008, 03:03 PM
Thank you,