Skip to content

Commit

Permalink
chore: add TODOs for new LC
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jun 25, 2020
1 parent 028be2c commit 3c2aab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmds.go
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@ func (cf *DyldChainedFixups) String() string {
}

// TODO: LC_DYLD_CHAINED_FIXUPS (0x34 | LC_REQ_DYLD) /* used with linkedit_data_command */
// TODO: LC_FILESET_ENTRY LoadCmd = (0x35 | LC_REQ_DYLD) /* used with fileset_entry_command */

/*******************************************************************************
* LC_CODE_SIGNATURE, LC_SEGMENT_SPLIT_INFO,
Expand Down
1 change: 1 addition & 0 deletions file.go
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,7 @@ func NewFile(r io.ReaderAt, loads ...types.LoadCmd) (*File, error) {
// }
// fmt.Println(dcsis)
f.Loads[i] = l
// TODO: case types.LC_FILESET_ENTRY
}
if s != nil {
s.sr = io.NewSectionReader(r, int64(s.Offset), int64(s.Filesz))
Expand Down

0 comments on commit 3c2aab0

Please sign in to comment.