Anesah How do I cheat?
Reputation: 0
Joined: 09 Nov 2013 Posts: 3
|
Posted: Fri Mar 13, 2015 1:32 pm Post subject: Mono Dissection |
|
|
I hope someone can help me with a quandary I have. I thought I might have had the solution in the pointers post above, but honestly all it did was confuse me further (and not solve the problem I'm having).
How can you go from the addresses one sees in the mono dissection window to actual memory addresses? For example, I have:
Assembly-CSharp @ 05798170
The object I'm targetting @ 0DCD36F0
And, finally, my target field I can only guess has an offset of 1C
I see an obvious problem with this: I lack information on an origin, obviously program memory doesn't start with Assembly-Csharp pointing to zero.
|
|