jakibaki / sys-netcheat

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

Pointer search #7

Closed jakibaki closed 6 years ago

jakibaki commented 6 years ago

Find out where to search and then look for values that point to the value (or a bit lower (?))

jakibaki commented 6 years ago

For this searching should probably be redefined to look for a range of values so I can look for pointers in the whole section.

jakibaki commented 6 years ago

1ade1d215dc1b7c440578fe7d4ff72f8b7bc1908 includes a simple pointer-searcher. Will leave this open for now since it doesn't support fancy stuff like pointer-pointers.

JustForNothing commented 6 years ago

Tested on 2 games, and it actually work.

(No pointer-pointers needed)

jakibaki commented 6 years ago

Since basically everything can apparently be found this way I'm closing this issue for now.

Should the need for pointer-pointers arise I'll open it again.

Slluxx commented 5 years ago

do the adresses stay the same each restart? if not, pointers would be a nice to have thing. aswell as the option to direclty freeze or set the adressesonce they are available