rev185
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("lg")
|
||||
@ObfuscatedName("lm")
|
||||
@Implements("IsaacCipher")
|
||||
public final class IsaacCipher {
|
||||
@ObfuscatedName("u")
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -925707239
|
||||
intValue = 1041384153
|
||||
)
|
||||
@Export("valuesRemaining")
|
||||
int valuesRemaining;
|
||||
@ObfuscatedName("r")
|
||||
@ObfuscatedName("v")
|
||||
@Export("results")
|
||||
int[] results;
|
||||
@ObfuscatedName("p")
|
||||
@ObfuscatedName("l")
|
||||
@Export("mm")
|
||||
int[] mm;
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 460099205
|
||||
intValue = 386499495
|
||||
)
|
||||
@Export("aa")
|
||||
int aa;
|
||||
@ObfuscatedName("m")
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 883284121
|
||||
intValue = -1628464269
|
||||
)
|
||||
@Export("bb")
|
||||
int bb;
|
||||
@ObfuscatedName("y")
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 2097692587
|
||||
intValue = 1923641591
|
||||
)
|
||||
@Export("cc")
|
||||
int cc;
|
||||
@@ -46,13 +46,13 @@ public final class IsaacCipher {
|
||||
this.results[var2] = var1[var2];
|
||||
}
|
||||
|
||||
this.method6216();
|
||||
this.method6377();
|
||||
}
|
||||
|
||||
@ObfuscatedName("z")
|
||||
@ObfuscatedName("a")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(B)I",
|
||||
garbageValue = "2"
|
||||
signature = "(I)I",
|
||||
garbageValue = "-1848840340"
|
||||
)
|
||||
@Export("nextInt")
|
||||
public final int nextInt() {
|
||||
@@ -64,12 +64,12 @@ public final class IsaacCipher {
|
||||
return this.results[--this.valuesRemaining];
|
||||
}
|
||||
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedName("t")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(I)I",
|
||||
garbageValue = "2039703989"
|
||||
garbageValue = "-2138100218"
|
||||
)
|
||||
public final int method6214() {
|
||||
public final int method6378() {
|
||||
if (this.valuesRemaining == 0) {
|
||||
this.generateMoreResults();
|
||||
this.valuesRemaining = 256;
|
||||
@@ -78,10 +78,10 @@ public final class IsaacCipher {
|
||||
return this.results[this.valuesRemaining - 1];
|
||||
}
|
||||
|
||||
@ObfuscatedName("v")
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(I)V",
|
||||
garbageValue = "522891016"
|
||||
garbageValue = "111234133"
|
||||
)
|
||||
@Export("generateMoreResults")
|
||||
final void generateMoreResults() {
|
||||
@@ -103,18 +103,18 @@ public final class IsaacCipher {
|
||||
|
||||
this.aa += this.mm[128 + var1 & 255];
|
||||
int var3;
|
||||
this.mm[var1] = var3 = this.mm[(var2 & 1020) >> 2] + this.bb + this.aa;
|
||||
this.mm[var1] = var3 = this.mm[(var2 & 1020) >> 2] + this.aa + this.bb;
|
||||
this.results[var1] = this.bb = this.mm[(var3 >> 8 & 1020) >> 2] + var2;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ObfuscatedName("u")
|
||||
@ObfuscatedName("q")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(I)V",
|
||||
garbageValue = "-135595454"
|
||||
signature = "(B)V",
|
||||
garbageValue = "1"
|
||||
)
|
||||
final void method6216() {
|
||||
final void method6377() {
|
||||
int var9 = -1640531527;
|
||||
int var8 = -1640531527;
|
||||
int var7 = -1640531527;
|
||||
|
||||
Reference in New Issue
Block a user