Class dex = Class.forName("com.android.dex.Dex");
this.getBytesMethod = dex.getDeclaredMethod("getBytes");
this.getDexMethod = Class.forName("java.lang.Class").getDeclaredMethod("getDex");
private String[] packages = {"com.stub.StubApp", "s.h.e.l.l.S"};
这2个包名是啥,?我成功把360最新的普通壳脱了
Class dex = Class.forName("com.android.dex.Dex");
this.getBytesMethod = dex.getDeclaredMethod("getBytes");
this.getDexMethod = Class.forName("java.lang.Class").getDeclaredMethod("getDex");
private String[] packages = {"com.stub.StubApp", "s.h.e.l.l.S"};
这2个包名是啥,?我成功把360最新的普通壳脱了