Class FunctionResultStateStackAnalysisCmd

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

public class FunctionResultStateStackAnalysisCmd extends BackgroundCommand
Command for analyzing the Stack; the command is run in the background.
  • Constructor Details

    • FunctionResultStateStackAnalysisCmd

      public FunctionResultStateStackAnalysisCmd(AddressSetView entries, boolean forceProcessing)
      Constructs a new command for analyzing the Stack.
      Parameters:
      entries - and address set indicating the entry points of functions that have stacks to be analyzed.
      forceProcessing - flag to force processing of stack references even if the stack has already been defined.
    • FunctionResultStateStackAnalysisCmd

      public FunctionResultStateStackAnalysisCmd(Address entry, boolean forceProcessing)
      Constructs a new command for analyzing the Stack.
      Parameters:
      entry - the entry point of the function that contains the stack to be analyzed.
      forceProcessing - flag to force processing of stack references even if the stack has already been defined.
  • Method Details