constant parameter: annotate methods with constant parameters are @obfuscatedsignature so we can find them later in inject. Remove deobbed 16 jar as it doesnt have up to date annotations anymore.

This commit is contained in:
Adam
2016-03-10 23:40:48 -05:00
parent 39c14267e5
commit 06c6c5d3b0
3 changed files with 37 additions and 7 deletions

View File

@@ -8,10 +8,11 @@ import static net.runelite.deob.deobfuscators.rename.MapStaticTest.summary;
import net.runelite.deob.util.JarUtil;
import org.junit.Test;
// Compares two deobfuscated versions of the client
public class MapperTest
{
private static final String JAR1 = "C:\\Users\\Adam\\.m2\\repository\\net\\runelite\\rs\\rs-client\\1.0-SNAPSHOT\\rs-client-1.0-SNAPSHOT.jar",//"d:/rs/07/gamepack_v16_deobbed.jar",
JAR2 = "d:/rs/07/gamepack_v17_deobbed.jar";
JAR2 = MapperTest.class.getResource("/gamepack_v16_deobbed.jar").getFile();
// private static final String JAR1 = MapStaticTest.class.getResource("/adamin1.jar").getFile(),
// JAR2 = MapStaticTest.class.getResource("/adamin2.jar").getFile();