Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dumper ¶
type Dumper struct {
// contains filtered or unexported fields
}
func New ¶
func New(w io.Writer, startOffset int64, addrLen int, addrBase int, lineBytes int, hexFn func(b byte) string, asciiFn func(b byte) string, dumpHeaderFn func(s string) string, dumpAddrFn func(s string) string, column string) *Dumper
TODO: something more generic? bin, octal, arbitrary base? TODO: template for columns? TODO: merge with dump? TODO: replace addrLen with highest address and calc instead TODO: use dump options? config struct?
Click to show internal directories.
Click to hide internal directories.