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

Method sunloginCheck

src/main/java/System/systemCheck.java:68–77  ·  view source on GitHub ↗
(String a)

Source from the content-addressed store, hash-verified

66 }
67
68 public static String sunloginCheck(String a){
69 String result = "ps查看进程,";
70 if(a!=" " || !a.contains(" ")){
71 result += "未发现向日葵进程";
72 }else{
73 result += "发现向日葵进程,不符合安全要求";
74 }
75
76 return result;
77 }
78}

Callers 1

resultPrintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected