Questions about using Debug Disassembly
|
10-29-2014, 10:45 PM
Post: #5
|
|||
|
|||
RE: Questions about using Debug Disassembly
Have not read all the posts, but ppsspp *also* has a memory viewer (separate window or the bottom pane of disasm when you view ram) which is where you'd search for "50". I guess to search for a common integer value 50 in ram anywhere, you'd search for "32 00 00 00" (that's 50 in hex little endian as a 32-bit integer.)
From there you can set a breakpoint and find what code even modifies that variable. -[Unknown] |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Questions about using Debug Disassembly - Kolrath - 10-29-2014, 10:28 AM
RE: Questions about using Debug Disassembly - LunaMoo - 10-29-2014, 11:42 AM
RE: Questions about using Debug Disassembly - Kolrath - 10-29-2014, 04:55 PM
RE: Questions about using Debug Disassembly - LunaMoo - 10-29-2014, 08:28 PM
RE: Questions about using Debug Disassembly - Kolrath - 11-03-2014, 06:15 AM
RE: Questions about using Debug Disassembly - [Unknown] - 10-29-2014 10:45 PM
RE: Questions about using Debug Disassembly - Kolrath - 10-30-2014, 10:41 PM
RE: Questions about using Debug Disassembly - LunaMoo - 11-03-2014, 01:53 PM
|