Versions in this module Expand all Collapse all v0 v0.2.0 Jul 7, 2026 v0.1.0 Jul 6, 2026 Changes in this version + func BytesEqual(a, b []byte) bool + func CleanString(data []byte) string + func ExtractPrintable(b []byte) string + func FindBytes(haystack, needle []byte) int + func FindBytesInRange(reader io.ReaderAt, start, end int64, needle []byte) (int64, error) + func ReadAt(r io.ReaderAt, offset int64, buf []byte) error + func ReadBytesAt(r io.ReaderAt, offset int64, n int) ([]byte, error) + func ReadPrintableStringAt(r io.ReaderAt, offset int64, n int) (string, error) + func ReadStringAt(r io.ReaderAt, offset int64, n int) (string, error) + func ReadUint16BEAt(r io.ReaderAt, offset int64) (uint16, error) + func ReadUint16LEAt(r io.ReaderAt, offset int64) (uint16, error) + func ReadUint32BEAt(r io.ReaderAt, offset int64) (uint32, error) + func ReadUint32LEAt(r io.ReaderAt, offset int64) (uint32, error) + func ReadUint8At(r io.ReaderAt, offset int64) (uint8, error)