This commit is contained in:
Kazuminn
2020-10-03 19:40:40 +09:00
parent fb4ee59dee
commit d5fba5e54b

View File

@@ -216,6 +216,7 @@ mod tests {
#[test]
fn test_check_obfu() {
let mut obfutext = utils::check_obfu("dir01");
assert!(obfutext == "Possible command obfuscation: zeroes and ones (possible numeric or binary encoding)\n");
}
#[test]