extract-emmc-bin command

go install 41.neocities.org/drm/internal/extract-emmc-bin@latest

Index

Constants

VARS

Variables

type Partition

Partition struct to hold partition information

func NewPartitionFromBytes

NewPartitionFromBytes acts as a constructor, parsing a partition from a byte slice.

func (*Partition) Extract

Extract saves the partition's data from the source file to a new file in the output directory.

func (*Partition) String

String provides a human-readable summary of the partition, satisfying the fmt.Stringer interface.

Source Files

extract-emmc-bin.go