Added fakesigning and fakesigning detection, command is in CLI

This commit is contained in:
2025-03-25 18:28:37 -04:00
parent 1bcc004af7
commit 839e33b911
11 changed files with 369 additions and 51 deletions

View File

@@ -30,4 +30,5 @@ aes = "0"
hex = "0"
sha1 = "0"
glob = "0"
regex = "1"
clap = { version = "4", features = ["derive"] }