0xflux / Sanctum

Sanctum is a proof-of-concept EDR like tool, designed to detect modern malware techniques, above and beyond the capabilities of antivirus. Built in Rust.
https://fluxsec.red/sanctum-edr-intro
3 stars 1 forks source link

AV - cancel scan #3

Closed 0xflux closed 5 days ago

0xflux commented 1 week ago

Cancelling a scan should come from a button press, the buttons first need to be updated so when a scan is in progress, that scan button is replaced with the cancel button.

When clicked, this will then trigger a call into the engine to stop the scan.

Technical comments

The State enum should be expended for Cancelled to include the ScanResult up until that point.