Class CreateExternalSymbolBackgroundCmd

java.lang.Object
ghidra.framework.cmd.BackgroundCommand
cppclassanalyzer.cmd.CreateExternalSymbolBackgroundCmd
All Implemented Interfaces:
Command

public class CreateExternalSymbolBackgroundCmd
extends BackgroundCommand
BackgroundCommand to create an ExternalLocation
  • Constructor Details

    • CreateExternalSymbolBackgroundCmd

      public CreateExternalSymbolBackgroundCmd​(ArchivedClassTypeInfo type)
      Constructs a new CreateExternalSymbolBackgroundCmd
      Parameters:
      type - the archived type providing the symbol information
    • CreateExternalSymbolBackgroundCmd

      public CreateExternalSymbolBackgroundCmd​(String libName, String symbol)
      Constructs a new CreateExternalSymbolBackgroundCmd
      Parameters:
      libName - the library name
      symbol - the symbol name
  • Method Details