Class CreateFunctionDefinitionCmd

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

public class CreateFunctionDefinitionCmd extends Object implements Command
Command for creating a function definition data type based on the function signature for a function at an address.
  • Constructor Details

    • CreateFunctionDefinitionCmd

      public CreateFunctionDefinitionCmd(Address entry, ServiceProvider serviceProvider)
      Constructs a new command for creating a function definition.
      Parameters:
      entry - entry point address for the function whose signature is to be used to create the function defintion data type.
  • Method Details