Skip to content

Implement an offset cache for offsets determined by byte patterns #2

Open
@monkeyman192

Description

@monkeyman192

Once we have the ability to specify the byte patterns for a particular function, we want to be able to make this more efficient by only searching for these patterns once for a given binary (unique up to the hash of the binary).
Once the pattern has been found we want to cache the relative offset within the binary in a separate file which can be used as a lookup for the offset instead of doing the expensive byte pattern scanning on every load or reload

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions