project: Rev 182
This commit is contained in:
@@ -4,36 +4,36 @@ import net.runelite.mapping.ObfuscatedGetter;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("lv")
|
||||
@ObfuscatedName("le")
|
||||
@Implements("IsaacCipher")
|
||||
public final class IsaacCipher {
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedName("k")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -568134249
|
||||
intValue = 2101983613
|
||||
)
|
||||
@Export("valuesRemaining")
|
||||
int valuesRemaining;
|
||||
@ObfuscatedName("k")
|
||||
@ObfuscatedName("u")
|
||||
@Export("results")
|
||||
int[] results;
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedName("n")
|
||||
@Export("mm")
|
||||
int[] mm;
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedName("t")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1494247529
|
||||
intValue = 1847891637
|
||||
)
|
||||
@Export("aa")
|
||||
int aa;
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 2002844889
|
||||
intValue = -633737627
|
||||
)
|
||||
@Export("bb")
|
||||
int bb;
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedName("x")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -917806503
|
||||
intValue = 1193813871
|
||||
)
|
||||
@Export("cc")
|
||||
int cc;
|
||||
@@ -46,13 +46,13 @@ public final class IsaacCipher {
|
||||
this.results[var2] = var1[var2];
|
||||
}
|
||||
|
||||
this.method6247();
|
||||
this.method6135();
|
||||
}
|
||||
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(B)I",
|
||||
garbageValue = "15"
|
||||
signature = "(I)I",
|
||||
garbageValue = "226324510"
|
||||
)
|
||||
@Export("nextInt")
|
||||
public final int nextInt() {
|
||||
@@ -64,12 +64,12 @@ public final class IsaacCipher {
|
||||
return this.results[--this.valuesRemaining];
|
||||
}
|
||||
|
||||
@ObfuscatedName("w")
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(B)I",
|
||||
garbageValue = "7"
|
||||
signature = "(S)I",
|
||||
garbageValue = "-3994"
|
||||
)
|
||||
public final int method6254() {
|
||||
public final int method6134() {
|
||||
if (this.valuesRemaining == 0) {
|
||||
this.generateMoreResults();
|
||||
this.valuesRemaining = 256;
|
||||
@@ -78,10 +78,10 @@ public final class IsaacCipher {
|
||||
return this.results[this.valuesRemaining - 1];
|
||||
}
|
||||
|
||||
@ObfuscatedName("e")
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(I)V",
|
||||
garbageValue = "-1888611260"
|
||||
signature = "(B)V",
|
||||
garbageValue = "70"
|
||||
)
|
||||
@Export("generateMoreResults")
|
||||
final void generateMoreResults() {
|
||||
@@ -101,20 +101,20 @@ public final class IsaacCipher {
|
||||
this.aa ^= this.aa >>> 16;
|
||||
}
|
||||
|
||||
this.aa += this.mm[128 + var1 & 255];
|
||||
this.aa += this.mm[var1 + 128 & 255];
|
||||
int var3;
|
||||
this.mm[var1] = var3 = this.mm[(var2 & 1020) >> 2] + this.aa + this.bb;
|
||||
this.mm[var1] = var3 = this.mm[(var2 & 1020) >> 2] + this.bb + this.aa;
|
||||
this.results[var1] = this.bb = this.mm[(var3 >> 8 & 1020) >> 2] + var2;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedName("k")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(B)V",
|
||||
garbageValue = "2"
|
||||
garbageValue = "1"
|
||||
)
|
||||
final void method6247() {
|
||||
final void method6135() {
|
||||
int var9 = -1640531527;
|
||||
int var8 = -1640531527;
|
||||
int var7 = -1640531527;
|
||||
@@ -241,14 +241,4 @@ public final class IsaacCipher {
|
||||
this.generateMoreResults();
|
||||
this.valuesRemaining = 256;
|
||||
}
|
||||
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(I)[Lht;",
|
||||
garbageValue = "547339899"
|
||||
)
|
||||
@Export("ServerBuild_values")
|
||||
static ServerBuild[] ServerBuild_values() {
|
||||
return new ServerBuild[]{ServerBuild.RC, ServerBuild.LIVE, ServerBuild.WIP, ServerBuild.BUILDLIVE};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user