Class FunctionStackAnalysisCmd

  • All Implemented Interfaces:
    Command

    public class FunctionStackAnalysisCmd
    extends BackgroundCommand
    Command for analyzing the Stack; the command is run in the background. NOTE: referenced thunk-functions should be created prior to this command
    • Constructor Detail

      • FunctionStackAnalysisCmd

        public FunctionStackAnalysisCmd​(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.
      • FunctionStackAnalysisCmd

        public FunctionStackAnalysisCmd​(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.
      • FunctionStackAnalysisCmd

        public FunctionStackAnalysisCmd​(AddressSetView entries,
                                        boolean doParameterAnalysis,
                                        boolean doLocalAnalysis,
                                        boolean forceProcessing)