| View previous topic :: View next topic |
| Author |
Message |
dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Mon Jan 07, 2008 5:51 pm Post subject: Olly Dbg QUestion... |
|
|
Got do you goto to ascii whatever in olly?
You know how some times beside the address and its assemble code it has something like ASCII "PostmessageA" or something like that.
How do you goto that part?
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Mon Jan 07, 2008 5:52 pm Post subject: |
|
|
| You mean Ctrl + G?
|
|
| Back to top |
|
 |
dnsi0 I post too much
Reputation: 0
Joined: 04 Jan 2007 Posts: 2674
|
Posted: Mon Jan 07, 2008 5:53 pm Post subject: |
|
|
| Doesn't work. It says "" is outa stack. ANd no thats not it. Im not trying to follow an expression. Im trying to search for the ASCII part of the assembler.
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Mon Jan 07, 2008 5:56 pm Post subject: |
|
|
| Right Click->Search For->All referenced Text Strings?
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8585 Location: 127.0.0.1
|
Posted: Mon Jan 07, 2008 6:50 pm Post subject: |
|
|
Open a program in Olly, and let it start to make sure everything is loaded.
In the CPU window (ALT+C) make sure your program is the currently selected module. (It will work in others but its usually a good idea just to make sure.) To pick your main program right click in the asm code area, choose View -> 'Program Name'. The name might be cutoff some so work with what you have. Along with that it will not be in the list if its the currently selected module.
You should always analyze the code as well to give Olly a better understanding of everything, to do that, hit CTRL+A.
Once its analyzed, right click in the asm code area again, and choose:
Search For -> Name (label) in current module.
Which will give you a list of the imports / exports and so on.
_________________
- Retired. |
|
| Back to top |
|
 |
|