SymbolTableCommand

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

11.4_PUBLIC

modifiedmethod: getLinkerDataSize
return type: int → long
- int getLinkerDataSize()
+ long getLinkerDataSize()
modifiedmethod: getNumberOfSymbols
return type: int → long
- int getNumberOfSymbols()
+ long getNumberOfSymbols()
modifiedmethod: getStringTableSize
return type: int → long
- int getStringTableSize()
+ long getStringTableSize()

11.3.2_PUBLIC

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

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)

10.2_PUBLIC

removedmethod: createSymbolTableCommand
static ghidra.app.util.bin.format.macho.commands.SymbolTableCommand createSymbolTableCommand(ghidra.app.util.bin.format.FactoryBundledWithBinaryReader reader, ghidra.app.util.bin.format.macho.MachHeader header) throws IOException

9.0.1_PUBLIC

introducedInitial version