Yarhl icon indicating copy to clipboard operation
Yarhl copied to clipboard

Implement binary string-searching algorithm

Open pleonex opened this issue 3 years ago • 0 comments

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 avatar Aug 30 '20 16:08 pleonex