markmonster25 How do I cheat?
Reputation: 0
Joined: 28 Feb 2016 Posts: 3
|
Posted: Wed Apr 27, 2016 6:12 pm Post subject: [python]what addresses this instruction accesses |
|
|
im trying to write some functions from c.e in python. i just want to know whats happening step by step when you use find out what addresses this instruction accesses. im using the winappdbg module.
my guess at whats happening is :
1.debugger attached to game
2.break point is made at address
3.then watch variable
im using winappdbg.sourceforge.net/doc/v1.4/reference/winappdbg.debug.Debug-class[period]html
to write this
|
|