| View previous topic :: View next topic |
| Author |
Message |
navarone Advanced Cheater
Reputation: 2
Joined: 29 May 2010 Posts: 72
|
Posted: Wed Jan 12, 2011 12:31 am Post subject: Searching for a text |
|
|
So whenever I search for a text within game the result appears in this box,
modifying the text in result will also appear on game
What does this box contain exactly? The one under the disassembler?
Also how do I find what piece of code accesses this string?
_________________
|
|
| Back to top |
|
 |
Geri Moderator
Reputation: 111
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Wed Jan 12, 2011 12:52 am Post subject: |
|
|
That box is the hexview. You can see the content of the memory as in hex editors.
If You want to see what is accessing to the string, use the find out what... stuff or set a data breakpoint.
You can also use View->Referenced strings (but that will not show all strings)
_________________
|
|
| Back to top |
|
 |
|