package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: May 25, 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"`
Contents []byte `json:"contents"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.