back_recharge
wangyuan 2019-09-17 20:07:51 +08:00
parent f251c3e9dc
commit 986b7a769d
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public class JavaAgent {
public static void agentmain(String args,Instrumentation inst){
try{
writeLog("argsxxxxxxxxxx=:[" + args + "]");
writeLog("argsxxxxxxxxxxyyy=:[" + args + "]");
writeLog("argsxxxxxxxxxxyyy=:[" + JavaAgent.class.getResource("").getPath() + "]");
File f = new File(args);
byte[] targetClassFile = new byte[(int)f.length()];
DataInputStream dis = new DataInputStream(new FileInputStream(f));