Documentation ¶
Index ¶
Constants ¶
View Source
const ( COREDUMP_TLV_IMAGE = 1 COREDUMP_TLV_MEM = 2 COREDUMP_TLV_REGS = 3 )
View Source
const (
COREDUMP_MAGIC = 0x690c47c3
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CoreConvert ¶
type CoreConvert struct { Source *os.File Target *os.File ImageHash []byte // contains filtered or unexported fields }
func ConvertFilenames ¶
func ConvertFilenames(srcFilename string, dstFilename string) (*CoreConvert, error)
func NewCoreConvert ¶
func NewCoreConvert() *CoreConvert
func (*CoreConvert) Convert ¶
func (cc *CoreConvert) Convert() error
type CoreDumpHdr ¶
type CoreDumpTlv ¶
Click to show internal directories.
Click to hide internal directories.