Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
monkeyman192 opened this issue Aug 15, 2024 · 0 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@monkeyman192
Copy link
Owner

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

@monkeyman192 monkeyman192 added the enhancement New feature or request label Aug 15, 2024
@monkeyman192 monkeyman192 added this to the v0.8 milestone Aug 15, 2024
@monkeyman192 monkeyman192 changed the title Implement and offset cache for offsets determined by byte patterns Implement an offset cache for offsets determined by byte patterns Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant