| View previous topic :: View next topic |
| Author |
Message |
Mapleblitzer Master Cheater
Reputation: 0
Joined: 08 Apr 2007 Posts: 254
|
Posted: Fri Aug 17, 2007 1:28 pm Post subject: Ollydbg viewing register values? |
|
|
Hi,
I was wondering if it were possible to view the values of the register at a specific address in ollydbg? I see the register box at the top right, but I can't get it to view the registers at a specified point.
Thanks,
Mapleblitzer. |
|
| Back to top |
|
 |
sponge I'm a spammer
Reputation: 1
Joined: 07 Nov 2006 Posts: 6009
|
Posted: Fri Aug 17, 2007 1:30 pm Post subject: |
|
|
You have to step code. The values will be enumerated every time a register changing instruction is processed. _________________
|
|
| Back to top |
|
 |
merkark12 Advanced Cheater
Reputation: 0
Joined: 04 Jul 2007 Posts: 74 Location: In that program you just downloaded
|
Posted: Fri Aug 17, 2007 1:31 pm Post subject: |
|
|
place a break points at the address you want then run it and see if ti breaks there _________________
|
|
| Back to top |
|
 |
Mapleblitzer Master Cheater
Reputation: 0
Joined: 08 Apr 2007 Posts: 254
|
Posted: Fri Aug 17, 2007 1:36 pm Post subject: |
|
|
Thanks
Fast replies btw. |
|
| Back to top |
|
 |
kittonkicker I post too much
Reputation: 1
Joined: 19 Apr 2006 Posts: 2171
|
Posted: Fri Aug 17, 2007 4:12 pm Post subject: |
|
|
You can set a conditional breakpoint, which will NOT pause the program as well.
Each time that piece of code is run through, the value in the register will update. |
|
| Back to top |
|
 |
|