Class SetFunctionVarArgsCommand

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

public class SetFunctionVarArgsCommand extends Object implements Command
A simple command to set whether or not a function has VarArgs.
  • Constructor Details

    • SetFunctionVarArgsCommand

      public SetFunctionVarArgsCommand(Function function, boolean hasVarArgs)
      Creates a new command that will set whether or not there are VarArgs on the given function.
      Parameters:
      function - The function on which to set whether or not there are VarArgs.
      hasVarArgs - true if you want to set this function to have VarArgs.
  • Method Details