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 binary string-searching algorithm #142

Open
pleonex opened this issue Aug 30, 2020 · 0 comments
Open

Implement binary string-searching algorithm #142

pleonex opened this issue Aug 30, 2020 · 0 comments

Comments

@pleonex
Copy link
Member

pleonex commented Aug 30, 2020

Implement efficient string-searching algorithm to be able to search data in large files.

Describe the solution you'd like
Implement one of the known efficient algorithms in the library Yarhl.Media.Binary, so that we can search binary patterns in large files. For instance, searching for pointers of text.

Describe alternatives you've considered
Implementing inside Yarhl.IO but I think we should start splitting to reduce dependencies.

Additional context
The original idea was to search for several pointers of a text segment for AoFM code.bin due to some pointers point to the middle of the text so they are not recognized by Ghidra.

@pleonex pleonex changed the title Implemente binary string-searching algorithm Implement binary string-searching algorithm Feb 26, 2022
@pleonex pleonex added the IO label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant