MFT_AnalyserV2

package module
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: May 30, 2020 License: AGPL-3.0 Imports: 16 Imported by: 0

README

MFT-AnalyserV2

Standalone Analyser Part for MFT

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AnalyseAMDFW added in v0.1.2

func AnalyseAMDFW(firmwareBytes []byte) (*amdfw.Image, error)

func AppendIfMissing added in v0.1.2

func AppendIfMissing(slice []string, i string) []string

func SetupYara

func SetupYara()

Types

type Result

type Result struct {
	ID              MFTCommon.IDEntry        `json:",omitempty"`
	FirmwareOffset  int64                    `json:",omitempty"`
	AMDAGESA        []MFTCommon.AMDAGESA     `json:",omitempty"`
	AMDFirmware     *amdfw.Image             `json:",omitempty"`
	INTEL           *MFTCommon.IntelFirmware `json:"INTEL""`
	Certificates    []map[string]interface{} `json:"Certificates"`
	Copyrights      []string                 `json:"Copyrights"`
	Vendors         []string                 `json:"Vendors"`
	SPDs            []spdutil.ParsedSPD      `json:"SPDs"`
	IntelMicrocodes []intelmc.Microcode
}

func Analyse

func Analyse(bs []byte) (Result, error)

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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