Hugal31 / yara-rust

Rust bindings for VirusTotal/Yara
Apache License 2.0
70 stars 30 forks source link

feat: add ScanFlags::PROCESS_MEMORY #130

Closed vthib closed 9 months ago

vthib commented 9 months ago

This flag was missing in the list, and is useful to simulate the process memory scanning behavior when using the "scan_mem_blocks" API.