Skip to content

Search memory for string data #9

@meleu

Description

@meleu

From @Jamiras on March 21, 2018 15:12

As a developer, I'd like to be able to search memory for string patterns. As I may not know the exact byte->tile mapping used by the game, I'd like to be able to enter a string and have the toolkit look for patterns in the memory that could imply the tile mapping.

For example, searching for "25000" would match "C2 C5 C0 C0 C0" or "06 09 04 04 04" as the second byte is 3 bytes higher than the first, and the last three are the same and two bytes lower than the first.

Copied from original issue: RetroAchievements/RASuite#62

Metadata

Metadata

Assignees

No one assigned

    Labels

    Memory InspectorAffects the memory inspector windowenhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions