driverxdw

Results 1 issues of driverxdw

观察到new clamav引擎的时候的代码如下: ``` impl Clamav { pub fn new() -> Result { let pointer = unsafe { clamav::cl_engine_new() }; return Ok(Clamav { engine: pointer, scan_option: clamav::cl_scan_options { general: clamav::CL_SCAN_GENERAL_YARAHIT, parse:...