Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.01 KB

File metadata and controls

35 lines (23 loc) · 1.01 KB

AppApiRestV2AgentSchemaCapability

Properties

Name Type Description Notes
functionVaddr String Vaddr of the function containing the capability
description String Description of the capability
capability String Name of the capability
type TypeEnum Type of the capability
functionName String Name of the function containing the capability
functionId Integer ID of the function containing the capability

Enum: TypeEnum

Name Value
EXECUTE "Execute"
CRYPTO "Crypto"
NETWORK "Network"
FILES "Files"
MEMORY "Memory"
STRING "String"
ENVIRONMENT "Environment"
FILE_HEADER "File Header"
OTHER "Other"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"