Class CaptureFunctionDataTypesCmd

java.lang.Object
ghidra.framework.cmd.BackgroundCommand
ghidra.app.cmd.function.CaptureFunctionDataTypesCmd
All Implemented Interfaces:
Command

public class CaptureFunctionDataTypesCmd extends BackgroundCommand
Capture all selected function signature data types from the current program and put them in the data type manager.
  • Constructor Details

    • CaptureFunctionDataTypesCmd

      public CaptureFunctionDataTypesCmd(DataTypeManager dtm, AddressSetView set, CaptureFunctionDataTypesListener listener)
      Constructs a new command to create function definition data types in the given data type manager from the function's whose entry points are in the address set.
      Parameters:
      dtm - data type manager containing the function signature data types
      set - set of addresses containing the entry points of the functions whose signatures are to be turned into data types.
  • Method Details