DyldInfoCommand

Package: ghidra.app.util.bin.format.macho.commands
Type: class

11.4_PUBLIC

modifiedmethod: getBindOffset
return type: int → long
- int getBindOffset()
+ long getBindOffset()
modifiedmethod: getBindSize
return type: int → long
- int getBindSize()
+ long getBindSize()
modifiedmethod: getExportOffset
return type: int → long
- int getExportOffset()
+ long getExportOffset()
modifiedmethod: getExportSize
return type: int → long
- int getExportSize()
+ long getExportSize()
modifiedmethod: getLazyBindOffset
return type: int → long
- int getLazyBindOffset()
+ long getLazyBindOffset()
modifiedmethod: getLazyBindSize
return type: int → long
- int getLazyBindSize()
+ long getLazyBindSize()
modifiedmethod: getRebaseOffset
return type: int → long
- int getRebaseOffset()
+ long getRebaseOffset()
modifiedmethod: getRebaseSize
return type: int → long
- int getRebaseSize()
+ long getRebaseSize()
modifiedmethod: getWeakBindOffset
return type: int → long
- int getWeakBindOffset()
+ long getWeakBindOffset()
modifiedmethod: getWeakBindSize
return type: int → long
- int getWeakBindSize()
+ long getWeakBindSize()

11.1_PUBLIC

addedmethod: getRebaseTable
ghidra.app.util.bin.format.macho.commands.dyld.RebaseTable getRebaseTable()

10.4_PUBLIC

addedmethod: getBindingTable
ghidra.app.util.bin.format.macho.commands.dyld.BindingTable getBindingTable()
addedmethod: getLazyBindingTable
ghidra.app.util.bin.format.macho.commands.dyld.BindingTable getLazyBindingTable()
addedmethod: getWeakBindingTable
ghidra.app.util.bin.format.macho.commands.dyld.BindingTable getWeakBindingTable()
addedmethod: markup
void markup(ghidra.program.model.listing.Program program, ghidra.app.util.bin.format.macho.MachHeader header, java.lang.String source, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log) throws CancelledException
addedmethod: markupRawBinary
void markupRawBinary(ghidra.app.util.bin.format.macho.MachHeader header, ghidra.program.flatapi.FlatProgramAPI api, ghidra.program.model.address.Address baseAddress, ghidra.program.model.listing.ProgramModule parentModule, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log)
removedmethod: markup
void markup(ghidra.app.util.bin.format.macho.MachHeader header, ghidra.program.flatapi.FlatProgramAPI api, ghidra.program.model.address.Address baseAddress, boolean isBinary, ghidra.program.model.listing.ProgramModule parentModule, ghidra.util.task.TaskMonitor monitor, ghidra.app.util.importer.MessageLog log)

10.2_PUBLIC

addedmethod: getExportTrie
ghidra.app.util.bin.format.macho.commands.ExportTrie getExportTrie()

9.0.1_PUBLIC

introducedInitial version