binaryninja::workflow

Module activity

source

Structs§

  • An Activity represents a fundamental unit of work within a workflow. It encapsulates a specific analysis step or action as a callback function, which is augmented by a configuration. The configuration defines the activity’s metadata, eligibility criteria, and execution semantics, allowing it to seamlessly integrate into the workflow system.
  • Represents the request for an automatically generated boolean control setting and corresponding predicate.
  • The configuration for an Activity, defining its metadata, eligibility criteria, and execution semantics.
  • The conditions that determine when an activity should execute.
  • A predicate that can be used to determine the eligibility of an activity.
  • A predicate that evaluates the value of a specific setting.

Enums§

Traits§