Toml読み込み機能実装
This commit is contained in:
@@ -6,6 +6,7 @@ use evtx::EvtxParser;
|
||||
use quick_xml::de::DeError;
|
||||
use std::{path::PathBuf, process};
|
||||
use yamato_event_analyzer::detections::detection;
|
||||
use yamato_event_analyzer::toml;
|
||||
|
||||
fn build_app() -> clap::App<'static, 'static> {
|
||||
let program = std::env::args()
|
||||
@@ -58,3 +59,4 @@ fn parse_file(filepath: &str) {
|
||||
let mut detection = detection::Detection::new();
|
||||
&detection.start(parser);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user