Versions in this module Expand all Collapse all v0 v0.0.1 Oct 27, 2024 Changes in this version + func ReadDwarfLengthVersion(data []byte) (length uint64, dwarf64 bool, version uint8, byteOrder binary.ByteOrder) + func ReadString(data *bytes.Buffer) (string, error) + func ReadUintRaw(reader io.Reader, order binary.ByteOrder, ptrSize int) (uint64, error) + func ReadUnitVersions(data []byte) map[dwarf.Offset]uint8 + func WriteUint(writer io.Writer, order binary.ByteOrder, ptrSize int, data uint64) error v0.0.1-alpha Jan 10, 2025