Skip to content

Add a exist value of Memory Scanner By Gemini of Android Studio - #21751

Open
sum2012 wants to merge 12 commits into
hrydgard:masterfrom
sum2012:Memory-Search
Open

Add a exist value of Memory Scanner By Gemini of Android Studio#21751
sum2012 wants to merge 12 commits into
hrydgard:masterfrom
sum2012:Memory-Search

Conversation

@sum2012

@sum2012 sum2012 commented May 31, 2026

Copy link
Copy Markdown
Collaborator

Related to #21651
1

Need enable "Cheat" Menu to use

sum2012 added 4 commits May 31, 2026 19:48
of exist value in the pause screen By Gemini of Android Studio.

Test game: Comic Party Portable

Related to hrydgard#21651
Fix 8-bit/16-bit/32 bit
@sum2012 sum2012 changed the title Add a exist value of Memory search By Gemini of Android Studio Add a exist value of Memory Scanner By Gemini of Android Studio May 31, 2026
@hrydgard

Copy link
Copy Markdown
Owner

Pretty cool. Float might also be a useful search type.

There's still the issue that if you create cheat codes directly from these finds, you might end up with cheats that break on the next level etc. I realized actually it would be cool to restrict the search to the main executable's data section (you can find that out by looking at the loaded module). The stuff you find that way would be pretty safe (although might miss things that are on the heap, of course).

Anyway, I haven't looked at the code yet. Will in the week.

@sum2012

sum2012 commented May 31, 2026

Copy link
Copy Markdown
Collaborator Author

Support Float type such as input 95 search as 95.* ? (Useful for time related ?)

There's still the issue that if you create cheat codes directly from these finds, you might end up with cheats that break on the next level etc

Future will add support pointer of Scanned address. But I need to add Energy search method and find a game need it.

Do Export cheats to memstick\PSP\Cheats ?

I make a code change that restrict the search to the main executable's data section (you can find that out by looking at the loaded module) but need to back home test

@hrydgard

hrydgard commented Jun 1, 2026

Copy link
Copy Markdown
Owner

I think if you add a function to auto-create cheats from the found addresses, it should add them to the game specific cheat ini in PSP/Cheats, yes. Then they can be later contributed to the database.

sum2012 added 5 commits June 1, 2026 20:29
the main executable's data section
Not tested for muti lock
The code has avoid duplicate address.
Set default 16-bit mode.
allow .* such as "12.*"
@sum2012

sum2012 commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator Author

e2047de not sure change wrong , I cannot change value in the game screen ( missing a address)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants