ronin-rb / ronin-support

A support library for Ronin. Like activesupport, but for hacking!
https://ronin-rb.dev
GNU Lesser General Public License v3.0
25 stars 9 forks source link

Add a `Binary::Buffer#index` method #508

Open postmodern opened 2 months ago

postmodern commented 2 months ago

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.