EdiZon
EdiZon copied to clipboard
Bug: Low value integer searches never complete.
Describe the bug Low values( n< 30? ) take an impossibly long time in search, to the point where the search still hasn't completed within an hour. Playing BOTW, tried searching for inventory item I only had 5 of. Search never finished.
To Reproduce Go into a game, search for a value below a certain threshhold
Expected behavior The same results you would get for searching any other value.
Additional context To be entirely honest, I'm not sure there is any solution here. I remember running across a similar issue in the PSP's CWCHEAT engine, where you could very quickly search for a value like 9347, but if you had to search for a value of 3 or 4 the engine would basically freeze.
The Android GameGuardian developers found a way to very quickly search RAM even on slow devices. They implemented this new scheme a few months ago. I don't know more details than those that were listed on the change log.