diff --git a/asm/pom.xml b/asm/pom.xml new file mode 100644 index 00000000..ff25349d --- /dev/null +++ b/asm/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + + dev.openrs2 + openrs2 + 1.0.0-SNAPSHOT + + + openrs2-asm + jar + + OpenRS2 ASM Utilities + diff --git a/deob-annotations/pom.xml b/deob-annotations/pom.xml new file mode 100644 index 00000000..9ee6fd4d --- /dev/null +++ b/deob-annotations/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + + dev.openrs2 + openrs2 + 1.0.0-SNAPSHOT + + + openrs2-deob-annotations + jar + + OpenRS2 Deobfuscator Annotations + diff --git a/deob/pom.xml b/deob/pom.xml new file mode 100644 index 00000000..56d02627 --- /dev/null +++ b/deob/pom.xml @@ -0,0 +1,15 @@ + + + 4.0.0 + + + dev.openrs2 + openrs2 + 1.0.0-SNAPSHOT + + + openrs2-deob + jar + + OpenRS2 Deobfuscator + diff --git a/pom.xml b/pom.xml index 3848019c..d06b20d2 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,9 @@ OpenRS2 + asm + deob + deob-annotations game util @@ -35,6 +38,31 @@ dagger 2.24 + + org.benf + cfr + 0.145 + + + org.ow2.asm + asm + 7.1 + + + org.ow2.asm + asm-commons + 7.1 + + + org.ow2.asm + asm-tree + 7.1 + + + org.ow2.asm + asm-util + 7.1 + org.slf4j slf4j-api