feat: add RustyPipe::version_botguard fn, detect rustypipe-botguard in current dir, add botguard version to report

This commit is contained in:
ThetaDev 2025-02-09 01:52:09 +01:00
parent 9957add2b5
commit 1d755b76bf
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
4 changed files with 120 additions and 45 deletions

View file

@ -39,7 +39,7 @@ impl DeobfData {
if let Err(e) = &res {
if let Some(reporter) = reporter {
let report = Report {
info: RustyPipeInfo::new(None),
info: RustyPipeInfo::new(None, None),
level: Level::ERR,
operation: "extract_deobf",
error: Some(e.to_string()),