add test analyzer

This commit is contained in:
Cooper Quintin
2025-08-20 12:01:25 -07:00
committed by Cooper Quintin
parent 33e4fbc544
commit ffdad4aed8
5 changed files with 80 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ export interface AnalyzerConfig {
null_cipher: boolean;
nas_null_cipher: boolean;
incomplete_sib: boolean;
test_analyzer: boolean;
}
export interface Config {