You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an index method to Binary::Buffer for search for a binary string within the buffer's contents. Binary::CString and Binary::ByteSlice already have index methods that we could adapt for Binary::Buffer.
The text was updated successfully, but these errors were encountered:
Add an
index
method toBinary::Buffer
for search for a binary string within the buffer's contents.Binary::CString
andBinary::ByteSlice
already haveindex
methods that we could adapt forBinary::Buffer
.The text was updated successfully, but these errors were encountered: