Skip to main content

Module ffi

Module ffi 

Source
Expand description

FFI-safe type definitions

Structs§

FfiCheckResult
FFI-safe version of cradle_shared::CheckResult
FfiEvent
FFI-safe agent event
FfiResultArray
FFI-safe version of the check result array
FfiStringArray
FFI-safe array of owned strings.

Constants§

EVENT_AGENT_FINISHED
Agent finished execution event constant
EVENT_AGENT_INITIALIZED
Agent initialized event constant
EVENT_DEBUG_STRING
Debug string event constant
EVENT_DLL_LOADED
DLL loaded event constant
EVENT_FINISHED
Process execution finished event constant
EVENT_INITIAL_BREAKPOINT
Initial breakpoint event constant
EVENT_PROCESS_CREATED
Process created event constant
EVENT_THREAD_CREATED
Thread created event constant
EVENT_THREAD_FINISHED
Thread finished event constant

Type Aliases§

CradleCheckApiVerFn
Type definition for the API version check function
CradleCleanupFn
Type definition for the API cleanup function