Skip to content

Commit 715a566

Browse files
author
xuanyh
committed
学习asm,加入asm fuzz包,后续尝试开发fastjson gadgetchain fuzz
1 parent 5358b86 commit 715a566

File tree

11 files changed

+470
-2
lines changed

11 files changed

+470
-2
lines changed

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,22 @@
8181
<version>5.1.34</version>
8282
</dependency>
8383

84+
<dependency>
85+
<groupId>com.google.guava</groupId>
86+
<artifactId>guava</artifactId>
87+
<version>26.0-jre</version>
88+
</dependency>
89+
<dependency>
90+
<groupId>org.ow2.asm</groupId>
91+
<artifactId>asm</artifactId>
92+
<version>6.2</version>
93+
</dependency>
94+
<dependency>
95+
<groupId>org.ow2.asm</groupId>
96+
<artifactId>asm-commons</artifactId>
97+
<version>6.2</version>
98+
</dependency>
99+
84100
</dependencies>
85101

86102
<build>

0 commit comments

Comments
 (0)