G
Guest
Hi again,
I just need to write the following function to search in a binary buffer for
a given pattern:
BOOL CheckBufferForPattern(BYTE *buffer,int bufferlen,BYTE *pattern, int
patternlen, BOOL casesensitive).
What's the best/fastest algorithm for a usual buffer size of 1500bytes or
so? Is there any source code available for this?
thanks a lot
Peter
I just need to write the following function to search in a binary buffer for
a given pattern:
BOOL CheckBufferForPattern(BYTE *buffer,int bufferlen,BYTE *pattern, int
patternlen, BOOL casesensitive).
What's the best/fastest algorithm for a usual buffer size of 1500bytes or
so? Is there any source code available for this?
thanks a lot
Peter