MCPcopy Create free account
hub / github.com/R4gd0ll/LazyAnFuZai / killCheck

Method killCheck

src/main/java/System/systemCheck.java:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 return result;
42 }
43 public static String killCheck(){
44 String result = "未发现常用杀毒软件,不符合安全要求";
45 return result;
46 }
47
48 public static String budingCheck(String a){
49 String[] b = a.split("\n");

Callers 1

resultPrintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected