Documentation
¶
Index ¶
- type FileData
- func (l *FileData) Convert32(data []byte) (uint32, error)
- func (l *FileData) Convert64(data []byte) (uint64, error)
- func (l *FileData) DecodeFile() int
- func (l *FileData) OpenFile()
- func (l *FileData) PostValidate()
- func (l *FileData) PrintType()
- func (l *FileData) Printlog(v ...interface{})
- func (l *FileData) WriteFile(outf *os.File, bytes []byte)
- type Hashlist
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileData ¶
type FileData struct {
// contains filtered or unexported fields
}
mdencode mdUnzipFile struct
func Init ¶
func Init(inputFile string, outputFile string, threadCount uint64, postvalidate bool) (md *FileData)
Init returns a new mdUnzipFile object
func (*FileData) DecodeFile ¶
DecodeFile decodes an mdzip file and writes the decoded blocks to an output file it runs a parallel modulus scan on the signature group
func (*FileData) PostValidate ¶
func (l *FileData) PostValidate()
post validate the output mdunzipped file with the file hash signature list
Click to show internal directories.
Click to hide internal directories.