Class FixedVirtualMemorySharedLibraryCommand
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.FixedVirtualMemorySharedLibraryCommand
- All Implemented Interfaces:
StructConverter
Represents a fvmlib_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
-
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
-