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
public class FixedVirtualMemorySharedLibraryCommand extends ObsoleteCommand
Represents a fvmlib_command structure.- See Also:
- mach-o/loader.h
-
-
Constructor Summary
Constructors Constructor Description FixedVirtualMemorySharedLibraryCommand()
DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCommandName()
Returns the name of this command.-
Methods inherited from class ghidra.app.util.bin.format.macho.commands.ObsoleteCommand
initObsoleteCommand, markup, toDataType
-
Methods inherited from class ghidra.app.util.bin.format.macho.commands.LoadCommand
createFragment, getCommandSize, getCommandType, getStartIndex, initLoadCommand, updateMonitor
-
-
-
-
Method Detail
-
getCommandName
public java.lang.String getCommandName()
Description copied from class:LoadCommand
Returns the name of this command.- Specified by:
getCommandName
in classLoadCommand
- Returns:
- the name of this command
-
-