Documentation ¶ Index ¶ func ReadUleb128(r *bytes.Reader) (uint64, error) func ReadUleb128FromBuffer(buf *bytes.Buffer) (uint64, int, error) func WalkTrie(data []byte, symbol string) (uint64, error) type TrieEntry func ParseTrie(trieData []byte, loadAddress uint64) ([]TrieEntry, error) func (e TrieEntry) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReadUleb128 ¶ func ReadUleb128(r *bytes.Reader) (uint64, error) func ReadUleb128FromBuffer ¶ func ReadUleb128FromBuffer(buf *bytes.Buffer) (uint64, int, error) func WalkTrie ¶ func WalkTrie(data []byte, symbol string) (uint64, error) Types ¶ type TrieEntry ¶ type TrieEntry struct { Name string Flags types.ExportFlag Other uint64 Address uint64 FoundInDylib string } func ParseTrie ¶ func ParseTrie(trieData []byte, loadAddress uint64) ([]TrieEntry, error) func (TrieEntry) String ¶ func (e TrieEntry) String() string Source Files ¶ View all Source files trie.go Click to show internal directories. Click to hide internal directories.