Versions in this module Expand all Collapse all v1 v1.10.0 Mar 31, 2023 v1.8.0 Nov 30, 2022 v1.6.0 Aug 31, 2022 Changes in this version + func ConsumeUTF16String(buf uintptr, offset, length uint16) string — windows/amd64 + func ReadAnsiString(buf uintptr, offset, length uint16) (string, uint16) — windows/amd64 + func ReadByte(buf uintptr, offset uint16) byte — windows/amd64 + func ReadBytes(buf uintptr, offset uint16, nbytes uint16) []byte — windows/amd64 + func ReadSID(buf uintptr, offset uint16) ([]byte, uint16) — windows/amd64 + func ReadUTF16String(buf uintptr, offset, length uint16) (string, uint16) — windows/amd64 + func ReadUint16(buf uintptr, offset uint16) uint16 — windows/amd64 + func ReadUint32(buf uintptr, offset uint16) uint32 — windows/amd64 + func ReadUint64(buf uintptr, offset uint16) uint64 — windows/amd64 v1.5.0 Apr 29, 2022 Changes in this version + const DesiredAccess — windows/amd64 + const DesiredAccessNames — windows/amd64 v1.4.2 Dec 25, 2021 v1.4.1 Sep 18, 2021 v1.4.0 Aug 24, 2021 v1.2.0 Apr 27, 2021 Changes in this version + const BasePrio + const Comm + const DTB + const Exe + const ExitStatus + const FileAccessed + const FileAttributes + const FileCreateOptions + const FileCreated + const FileDirectory + const FileExtraInfo + const FileInfoClass + const FileIoSize + const FileIrpPtr + const FileKey + const FileModified + const FileName + const FileObject + const FileOffset + const FileOperation + const FileShareMask + const FileType + const HandleID + const HandleObject + const HandleObjectName + const HandleObjectTypeID + const HandleObjectTypeName + const IOPrio + const ImageBase + const ImageCheckSum + const ImageDefaultBase + const ImageFilename + const ImageSize + const KstackBase + const KstackLimit + const NA + const NTStatus + const NetConnID + const NetDIP + const NetDIPNames + const NetDport + const NetDportName + const NetL4Proto + const NetMSS + const NetRcvWin + const NetRcvWinScale + const NetSAckopt + const NetSIP + const NetSIPNames + const NetSendWinScale + const NetSeqNum + const NetSize + const NetSport + const NetSportName + const NetTsopt + const NetWsopt + const PagePrio + const ProcessID + const ProcessName + const ProcessObject + const ProcessParentID + const RegKeyHandle + const RegKeyName + const RegValue + const RegValueType + const SessionID + const StartTime + const ThreadEntrypoint + const ThreadID + const UserSID + const UstackBase + const UstackLimit + func Canonicalize(name string) string + func Ignored() map[string]bool + func SizeOf(kpar string) uint32 + type Hex string + func NewHex(v Value) Hex + func (hex Hex) String() string + func (hex Hex) Uint16() uint16 + func (hex Hex) Uint32() uint32 + func (hex Hex) Uint64() uint64 + func (hex Hex) Uint8() uint8 + type Type uint16 + const AnsiString + const Binary + const Bool + const Double + const Enum + const Float + const GUID + const HexInt16 + const HexInt32 + const HexInt64 + const HexInt8 + const IP + const IPv4 + const IPv6 + const Int16 + const Int32 + const Int64 + const Int8 + const Map + const Null + const Object + const PID + const Pointer + const Port + const SID + const Slice + const TID + const Time + const Uint16 + const Uint32 + const Uint64 + const Uint8 + const UnicodeString + const Unknown + const WbemSID + func (t Type) String() string + type Value interface