Skip to content

Commit

Permalink
chore: better error handling + don't read data when parsing LCs
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Nov 2, 2020
1 parent 2ab6887 commit 62d7d61
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 71 deletions.
2 changes: 0 additions & 2 deletions cmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,6 @@ type DyldExportsTrie struct {
types.DyldExportsTrieCmd
Offset uint32
Size uint32
Data []byte
}

func (t *DyldExportsTrie) String() string {
Expand All @@ -1114,7 +1113,6 @@ type DyldChainedFixups struct {
types.DyldChainedFixupsCmd
Offset uint32
Size uint32
Data []byte
}

func (cf *DyldChainedFixups) String() string {
Expand Down
Loading

0 comments on commit 62d7d61

Please sign in to comment.