Read/write binary data structures to/from buffers.
Read/write binary data structures to/from buffers.
Read/write binary data structures to/from buffers.
BinStruct is a small class for defining structures that can be used to parse / manipulate binary data. It is similar in concept to BitStruct, but supports some things that are difficult to do with a pure pack / unpack approach. It is mainly designed to work with the Metafuzz fuzzing tools, but would possibly be useful to anyone working with binary data.
BinStruct is a binary dissector and generator. It eases manipulating complex binary data.