Add: ErrorMessage struct for print in appropriate language

This commit is contained in:
itiB
2020-10-22 18:02:26 +09:00
parent 1d1f1c0f1a
commit 692f471004
2 changed files with 79 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ mod common;
mod configs;
pub mod detection;
mod powershell;
mod print;
mod security;
mod sysmon;
mod system;