ntfs

package
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2019 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetMFTEntry added in v0.2.3

func GetMFTEntry(ntfsCtx *parser.NTFSContext, filename string) (*parser.MFT_ENTRY, error)

Types

type NTFS

type NTFS struct {
	// contains filtered or unexported fields
}

func New

func New(r io.ReaderAt) (*NTFS, error)

func (*NTFS) Name

func (*NTFS) Name() (name string)

func (*NTFS) Open

func (fs *NTFS) Open(name string) (item forensicfs.ForensicItem, err error)

type NTFSItem

type NTFSItem struct {
	// contains filtered or unexported fields
}

func (*NTFSItem) Attributes

func (i *NTFSItem) Attributes() (attrs map[string]interface{})

func (*NTFSItem) IsDir

func (i *NTFSItem) IsDir() bool

func (*NTFSItem) Name

func (i *NTFSItem) Name() (name string)

func (*NTFSItem) Read

func (i *NTFSItem) Read(p []byte) (n int, err error)

func (*NTFSItem) ReadAt

func (i *NTFSItem) ReadAt(p []byte, off int64) (n int, err error)

func (*NTFSItem) Readdirnames

func (i *NTFSItem) Readdirnames(n int) (items []string, err error)

func (*NTFSItem) Seek

func (i *NTFSItem) Seek(pos int64, whence int) (offset int64, err error)

func (*NTFSItem) Size

func (i *NTFSItem) Size() int64

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL