Class SetFunctionNameCmd

java.lang.Object
ghidra.app.cmd.function.SetFunctionNameCmd
All Implemented Interfaces:
Command

public class SetFunctionNameCmd extends Object implements Command
Command to set the name of a function.
  • Constructor Details

    • SetFunctionNameCmd

      public SetFunctionNameCmd(Address entry, String newName, SourceType source)
      Constructs a new command for setting the name of a function.
      Parameters:
      entry - the address of the function to be renamed.
      newName - the new name for the function.
      source - the source of this function name
  • Method Details