today I am trying to find a pattern of bytes in an array (in this case pointer)
I do know I could use std::string needle() and haystack etc. but I was wondering if I could use that with BYTE (unsigned char)?
I also know the length of the BYTE *_zone so that's not an issue either. Any ways I could go forth to do this? (also any code examples are appreciated :))
Thanks again!