Class SymbolCommand
java.lang.Object
ghidra.app.util.bin.format.macho.commands.LoadCommand
ghidra.app.util.bin.format.macho.commands.ObsoleteCommand
ghidra.app.util.bin.format.macho.commands.SymbolCommand
- All Implemented Interfaces:
StructConverter
Represents a symseg_command structure.
- See Also:
-
Field Summary
-
Method Summary
Methods inherited from class ghidra.app.util.bin.format.macho.commands.ObsoleteCommand
toDataType
Methods inherited from class ghidra.app.util.bin.format.macho.commands.LoadCommand
createFragment, createPlateComment, fileOffsetToAddress, getCommandSize, getCommandType, getContextualName, getLinkerDataOffset, getLinkerDataSize, getStartIndex, markup, markupPlateComment, markupRawBinary, setEndian, updateMonitor
-
Method Details
-
getOffset
public int getOffset() -
getSize
public int getSize() -
getCommandName
Description copied from class:LoadCommand
Gets the name of this load command- Specified by:
getCommandName
in classLoadCommand
- Returns:
- The name of this load command
-