DynamicSymbolTableCommand

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

11.4_PUBLIC

modifiedmethod: getExternalRelocationOffset
return type: int → long
- int getExternalRelocationOffset()
+ long getExternalRelocationOffset()
modifiedmethod: getExternalRelocationSize
return type: int → long
- int getExternalRelocationSize()
+ long getExternalRelocationSize()
modifiedmethod: getExternalSymbolCount
return type: int → long
- int getExternalSymbolCount()
+ long getExternalSymbolCount()
modifiedmethod: getExternalSymbolIndex
return type: int → long
- int getExternalSymbolIndex()
+ long getExternalSymbolIndex()
modifiedmethod: getIndirectSymbols
return type: int[] → List
- int[] getIndirectSymbols()
+ java.util.List<java.lang.Integer> getIndirectSymbols()
modifiedmethod: getIndirectSymbolTableOffset
return type: int → long
- int getIndirectSymbolTableOffset()
+ long getIndirectSymbolTableOffset()
modifiedmethod: getIndirectSymbolTableSize
return type: int → long
- int getIndirectSymbolTableSize()
+ long getIndirectSymbolTableSize()
modifiedmethod: getLinkerDataSize
return type: int → long
- int getLinkerDataSize()
+ long getLinkerDataSize()
modifiedmethod: getLocalRelocationOffset
return type: int → long
- int getLocalRelocationOffset()
+ long getLocalRelocationOffset()
modifiedmethod: getLocalRelocationSize
return type: int → long
- int getLocalRelocationSize()
+ long getLocalRelocationSize()
modifiedmethod: getLocalSymbolCount
return type: int → long
- int getLocalSymbolCount()
+ long getLocalSymbolCount()
modifiedmethod: getLocalSymbolIndex
return type: int → long
- int getLocalSymbolIndex()
+ long getLocalSymbolIndex()
modifiedmethod: getModuleTableOffset
return type: int → long
- int getModuleTableOffset()
+ long getModuleTableOffset()
modifiedmethod: getModuleTableSize
return type: int → long
- int getModuleTableSize()
+ long getModuleTableSize()
modifiedmethod: getReferencedSymbolTableOffset
return type: int → long
- int getReferencedSymbolTableOffset()
+ long getReferencedSymbolTableOffset()
modifiedmethod: getReferencedSymbolTableSize
return type: int → long
- int getReferencedSymbolTableSize()
+ long getReferencedSymbolTableSize()
modifiedmethod: getTableOfContentsOffset
return type: int → long
- int getTableOfContentsOffset()
+ long getTableOfContentsOffset()
modifiedmethod: getTableOfContentsSize
return type: int → long
- int getTableOfContentsSize()
+ long getTableOfContentsSize()
modifiedmethod: getUndefinedSymbolCount
return type: int → long
- int getUndefinedSymbolCount()
+ long getUndefinedSymbolCount()
modifiedmethod: getUndefinedSymbolIndex
return type: int → long
- int getUndefinedSymbolIndex()
+ long getUndefinedSymbolIndex()

11.3.2_PUBLIC

modifiedmethod: getLinkerDataOffset
return type: int → long
- int getLinkerDataOffset()
+ long getLinkerDataOffset()

10.4_PUBLIC

addedmethod: getLinkerDataOffset
int getLinkerDataOffset()
addedmethod: getLinkerDataSize
int getLinkerDataSize()
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)

9.0.1_PUBLIC

introducedInitial version