Documentation ¶
Index ¶
- func GetMFTEntry(ntfsCtx *parser.NTFSContext, filename string) (*parser.MFT_ENTRY, error)
- type NTFS
- type NTFSItem
- func (i *NTFSItem) Attributes() (attrs map[string]interface{})
- func (i *NTFSItem) IsDir() bool
- func (i *NTFSItem) Name() (name string)
- func (i *NTFSItem) Read(p []byte) (n int, err error)
- func (i *NTFSItem) ReadAt(p []byte, off int64) (n int, err error)
- func (i *NTFSItem) Readdirnames(n int) (items []string, err error)
- func (i *NTFSItem) Seek(pos int64, whence int) (offset int64, err error)
- func (i *NTFSItem) Size() int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NTFS ¶
type NTFS struct {
// contains filtered or unexported fields
}
func (*NTFS) Open ¶
func (fs *NTFS) Open(name string) (item forensicfs.ForensicItem, err error)
type NTFSItem ¶
type NTFSItem struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.