package
Version:
v1.1.2
Opens a new window with list of versions in this module.
Published: Aug 27, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BinDump struct {
Machine elf.Machine `json:"machine"`
Segments []Segment `json:"segments"`
}
type Segment struct {
Addr uint64 `json:"address"`
Offset uint64 `json:"offset"`
Contents []byte `json:"contents"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.