This commit is contained in:
parent
8b5cca921b
commit
e3444b3626
8 changed files with 119 additions and 41 deletions
13
src/macho/DylinkerCommand.go
Normal file
13
src/macho/DylinkerCommand.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
package macho
|
||||
|
||||
const (
|
||||
DylinkerCommandSize = 12
|
||||
LinkerString = "/usr/lib/dyld\000\000\000\000\000\000\000"
|
||||
)
|
||||
|
||||
// DylinkerCommand is needed if the program uses a dynamic linker.
|
||||
type DylinkerCommand struct {
|
||||
LoadCommand
|
||||
Length uint32
|
||||
Name uint32
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue