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