Documentation
¶
Index ¶
- type TreeClimber
- func (c *TreeClimber) Hexdump(address uint64) (string, error)
- func (c *TreeClimber) PrintAnchors(address uint64) error
- func (c *TreeClimber) PrintOwners(address uint64, depth int) error
- func (c *TreeClimber) WriteImage(address uint64, w io.Writer, format graphviz.Format) error
- func (c *TreeClimber) WritePNG(address uint64, w io.Writer) error
- func (c *TreeClimber) WriteSVG(address uint64, w io.Writer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TreeClimber ¶
type TreeClimber struct {
// contains filtered or unexported fields
}
func NewTreeClimber ¶
func NewTreeClimber(reader *bufio.Reader) (*TreeClimber, error)
func (*TreeClimber) PrintAnchors ¶
func (c *TreeClimber) PrintAnchors(address uint64) error
func (*TreeClimber) PrintOwners ¶
func (c *TreeClimber) PrintOwners(address uint64, depth int) error
func (*TreeClimber) WriteImage ¶
func (c *TreeClimber) WriteImage(address uint64, w io.Writer, format graphviz.Format) error
Click to show internal directories.
Click to hide internal directories.