You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: