Class DeleteFunctionCmd

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

public class DeleteFunctionCmd extends Object implements Command
Command for clearing a function at an address.
  • Constructor Details

    • DeleteFunctionCmd

      public DeleteFunctionCmd(Address entry)
      Constructs a new command for deleting a function.
      Parameters:
      entry - entry point address for the function to be deleted.
    • DeleteFunctionCmd

      public DeleteFunctionCmd(Address entry, boolean ignoreMissingFunction)
  • Method Details