package javaoop.loader.protect;
import javaoop.loader.utils.ProcessChecker;
import javax.swing.*;
public class AntiDebugger {
public static void debug() {
String debug1 = "x64dbg.exe";
String debug2 = "x32dbg.exe";
String debug3 = "HTTPDebuggerUI.exe";
String debug4 = "idea.exe";
String debug5 = "idaq.exe";
String debug6 = "windbg.exe";
String debug7 = "ollydbg.exe";
String debug8 = "drinject.exe";
String debug9 = "drinject32.exe";
String debug10 = "drinject64.exe";
String debug11 = "ghidra.exe";
String debug12 = "rr.exe";
String debug13 = "jdb.exe";
String debug14 = "dnspy.exe";
String debug15 = "hxd.exe";
String debug16 = "x96dbg.exe";
String debug17 = "procexp.exe";
String debug18 = "procexp64.exe";
String debug19 = "procexp64a.exe";
String debug20 = "Wireshark.exe";
String debug21 = "dumpcap.exe";
String debug22 = "NLClientApp.exe";
String debug23 = "fiddler.exe";
String debug24 = "charles.exe";
String debug25 = "vboxservice.exe";
String debug26 = "df5serv.exe";
String debug27 = "vboxtray.exe";
String debug28 = "vmtoolsd.exe";
String debug29 = "vmwaretray.exe";
String debug30 = "idea64.exe";
String debug31 = "pestudio.exe";
String debug32 = "vmwareuser";
String debug33 = "vgauthservice.exe";
String debug34 = "vmacthlp.exe";
String debug35 = "vmsrvc.exe";
String debug36 = "vmusrvc.exe";
String debug37 = "prl_cc.exe";
String debug38 = "prl_tools.exe";
String debug39 = "qemu-ga.exe";
String debug40 = "joeboxcontrol.exe";
String debug41 = "ksdumperclient.exe";
String debug42 = "ksdumper.exe";
String debug43 = "joeboxserver.exe";
String debug44 = "xenservice.exe";
String debug45 = "VMwareService.exe";
String debug46 = "VMwareTray.exe";
String debug47 = "processhacker.exe";
if (ProcessChecker.isProcessRunning(debug1)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 1");
}
if (ProcessChecker.isProcessRunning(debug2)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 2");
}
if (ProcessChecker.isProcessRunning(debug3)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 3");
}
if (ProcessChecker.isProcessRunning(debug4)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 4");
}
if (ProcessChecker.isProcessRunning(debug5)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 5");
}
if (ProcessChecker.isProcessRunning(debug6)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 6");
}
if (ProcessChecker.isProcessRunning(debug7)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 7");
}
if (ProcessChecker.isProcessRunning(debug8)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 8");
}
if (ProcessChecker.isProcessRunning(debug9)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 9");
}
if (ProcessChecker.isProcessRunning(debug10)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 10");
}
if (ProcessChecker.isProcessRunning(debug11)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 11");
}
if (ProcessChecker.isProcessRunning(debug12)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 12");
}
if (ProcessChecker.isProcessRunning(debug13)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 13");
}
if (ProcessChecker.isProcessRunning(debug14)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 14");
}
if (ProcessChecker.isProcessRunning(debug15)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 15");
}
if (ProcessChecker.isProcessRunning(debug16)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 16");
}
if (ProcessChecker.isProcessRunning(debug17)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 17");
}
if (ProcessChecker.isProcessRunning(debug18)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 18");
}
if (ProcessChecker.isProcessRunning(debug19)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 19");
}
if (ProcessChecker.isProcessRunning(debug20)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 20");
}
if (ProcessChecker.isProcessRunning(debug21)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 21");
}
if (ProcessChecker.isProcessRunning(debug22)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 22");
}
if (ProcessChecker.isProcessRunning(debug23)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 23");
}
if (ProcessChecker.isProcessRunning(debug24)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 24");
}
if (ProcessChecker.isProcessRunning(debug25)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 25");
}
if (ProcessChecker.isProcessRunning(debug26)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 26");
}
if (ProcessChecker.isProcessRunning(debug27)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 27");
}
if (ProcessChecker.isProcessRunning(debug28)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 28");
}
if (ProcessChecker.isProcessRunning(debug29)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 29");
}
if (ProcessChecker.isProcessRunning(debug30)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 30");
}
if (ProcessChecker.isProcessRunning(debug31)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 31");
}
if (ProcessChecker.isProcessRunning(debug32)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 32");
}
if (ProcessChecker.isProcessRunning(debug33)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 33");
}
if (ProcessChecker.isProcessRunning(debug34)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 34");
}
if (ProcessChecker.isProcessRunning(debug35)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 35");
}
if (ProcessChecker.isProcessRunning(debug36)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 36");
}
if (ProcessChecker.isProcessRunning(debug37)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 37");
}
if (ProcessChecker.isProcessRunning(debug38)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 38");
}
if (ProcessChecker.isProcessRunning(debug39)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 39");
}
if (ProcessChecker.isProcessRunning(debug40)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 40");
}
if (ProcessChecker.isProcessRunning(debug41)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 41");
}
if (ProcessChecker.isProcessRunning(debug42)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 42");
}
if (ProcessChecker.isProcessRunning(debug43)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 43");
}
if (ProcessChecker.isProcessRunning(debug44)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 44");
}
if (ProcessChecker.isProcessRunning(debug45)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 45");
}
if (ProcessChecker.isProcessRunning(debug46)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 46");
}
if (ProcessChecker.isProcessRunning(debug47)) {
JOptionPane.showMessageDialog(
null,
"You have an detected program on your computer. Restart computer.",
"Fatal error",
JOptionPane.ERROR_MESSAGE
);
System.exit(0);
} else {
System.out.println("[ * ] passed 47");
}
}
}