Versions in this module Expand all Collapse all v0 v0.3.1 May 3, 2021 Changes in this version + type Domain_Account_F struct + Data []byte + func NewF(b []byte) Domain_Account_F + type KeyData struct + Key []byte + type SAMEntries struct + Comment SAMEntry + FullName SAMEntry + Homedir SAMEntry + HomedirConnect SAMEntry + HoursAllowed SAMEntry + LMHash SAMEntry + LMHistory SAMEntry + NTLMHash SAMEntry + NTLMHistory SAMEntry + ProfilePath SAMEntry + ScriptPath SAMEntry + UserComment SAMEntry + Username SAMEntry + Workstations SAMEntry + type SAMEntry struct + Length uint32 + Offset uint32 + func (s SAMEntry) GetData(b []byte) []byte + type SAMHash struct + Hash [16]byte + PekID uint16 + Revision uint16 + type SAMHashAES struct + Hash []byte + func NewSamHashAES(b []byte) SAMHashAES + type SAMHashAESInfo struct + DataOffset uint32 + PekID uint16 + Revision uint16 + Salt [16]byte + type SAMKeyData struct + Checksum [16]byte + Key [16]byte + Length uint32 + Reserved [2]uint32 + Revision uint32 + Salt [16]byte + type SAMKeyDataAES struct + CheckLen uint32 + Data [32]byte + DataLen uint32 + Length uint32 + Revision uint32 + Salt [16]byte + type SamReader struct + func New(system, sam string) (SamReader, error) + func NewLive() (SamReader, error) + func (d SamReader) Dump() error + func (d SamReader) GetOutChan() <-chan ditreader.DumpedHash + func (d SamReader) GetRids() ([]uint32, error) + func (d SamReader) SysKey() []byte + type User_Account_V struct + Data []byte + func (u User_Account_V) UsernameString() string v0.3.0 May 8, 2020