B
barcaroller
Is there a C++ or Boost function that finds a sequence of (consecutive)
bytes within a larger block of memory? Something similar to STL's
string.find().
bytes within a larger block of memory? Something similar to STL's
string.find().