Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Questions about using Debug Disassembly - [Unknown] - 10-29-2014 10:45 PM

Forum Jump: