MCPcopy Create free account
hub / github.com/Ape1ron/SpringAopInDeserializationDemo1 / main

Method main

src/main/java/SpringAOP1.java:19–26  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

17
18public class SpringAOP1 {
19 public static void main(String[] args) throws Throwable {
20 SpringAOP1 aop1 = new SpringAOP1();
21 Object object = aop1.getObject(Util.getDefaultTestCmd());
22 Util.runGadgets(object);
23// String path = "/tmp/Deserialization/AOP1/aop1.ser";
24// Util.writeObj2File(object,path);
25// Util.readObj4File(path);
26 }
27
28
29

Callers

nothing calls this directly

Calls 3

getObjectMethod · 0.95
getDefaultTestCmdMethod · 0.95
runGadgetsMethod · 0.95

Tested by

no test coverage detected