Crate no_cluely_driver

Source

Structs§

ClueLyDetectionResult
Detailed detection result with evasion techniques

Functions§

detect_cluely
C API - Main detection function (for compatibility)
detect_cluely_rust
Main detection function - returns detailed result This is the primary Rust API for detection
free_cluely_report
Free memory allocated by get_cluely_report
get_cluely_report
Generate a detailed text report of Cluely detection Returns a pointer to a C string that must be freed with free_cluely_report
get_cluely_window_count
C API - Get window count (for compatibility)
get_cluely_window_count_rust
Get the number of Cluely windows detected (Rust API)
is_cluely_running
C API - Simple boolean check (for compatibility)
is_cluely_running_rust
Simple boolean check function for Rust API