jakibaki / sys-netcheat

Open-source cheat-engine for the Nintendo Switch.
GNU General Public License v3.0
225 stars 23 forks source link

Search all readable & writeable memory region like what Noexes did #37

Closed zouquan741 closed 5 years ago

zouquan741 commented 5 years ago

I found that netcheat can't find out the address of gold in some game, like Tales of Vesperia. I did it by using Noexes, and notice that the address of gold located in code_XXXX region, not heap. Maybe these value is stored in static var? I hope netcheat can support it, cause I can use it from my android phone, not pc is needed, more convenient than using Noexes. I can send a pr if you need it. Thank you.