Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration FileSource

Specifies the source of the file, as follows: root: The actual file that was uploaded to Intezer Analyze. dynamic_execution: A file or memory module that was extracted using the dynamic execution feature. static_extraction: A file that was extracted using the static extraction feature.

Index

Enumeration members

DynamicExecution

DynamicExecution = "dynamic_execution"

A file or memory module that was extracted using the dynamic execution feature.

Root

Root = "root"

The actual file that was uploaded to Intezer Analyze.

StaticExtraction

StaticExtraction = "static_extraction"

A file that was extracted using the static extraction feature.

Generated using TypeDoc