Class FunctionPurgeAnalysisCmd

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

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

    • FunctionPurgeAnalysisCmd

      public FunctionPurgeAnalysisCmd(AddressSetView entries)
      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.
  • Method Details