From 8a7a7f25ba3a6ad411c51f353ce5b88c825e9822 Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 28 Jul 2019 11:46:59 +0100 Subject: [PATCH] Add deobfuscator project structure --- asm/pom.xml | 15 +++++++++++++++ deob-annotations/pom.xml | 15 +++++++++++++++ deob/pom.xml | 15 +++++++++++++++ pom.xml | 28 ++++++++++++++++++++++++++++ 4 files changed, 73 insertions(+) create mode 100644 asm/pom.xml create mode 100644 deob-annotations/pom.xml create mode 100644 deob/pom.xml 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