Class AddExternalNameCmd

java.lang.Object
ghidra.app.cmd.refs.AddExternalNameCmd
All Implemented Interfaces:
Command

public class AddExternalNameCmd extends Object implements Command
Command to update the name for an external program.
  • Constructor Details

    • AddExternalNameCmd

      public AddExternalNameCmd(String name, SourceType source)
      Constructs a new command for adding the name of an external program.
      Parameters:
      name - the new name to be used for the external program link.
      source - the source of this external name
  • Method Details