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
markup, toDataType
Methods inherited from class ghidra.app.util.bin.format.macho.commands.LoadCommand
createFragment, getCommandSize, getCommandType, getStartIndex, 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
-