This commit is contained in:
siamease
2020-10-25 03:15:48 +09:00
parent 551963abf0
commit dd5083ffc0

View File

@@ -27,7 +27,7 @@ impl Sysmon {
}
fn check_command_lines(&mut self, event_id: &String, event_data: &HashMap<String, String>) {
if event_id != "4" {
if event_id != "1" {
return;
}