project: rev 199
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("og")
|
||||
@ObfuscatedName("oe")
|
||||
@Implements("IsaacCipher")
|
||||
public final class IsaacCipher {
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedName("k")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 1924882517
|
||||
intValue = 235983583
|
||||
)
|
||||
@Export("valuesRemaining")
|
||||
int valuesRemaining;
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedName("o")
|
||||
@Export("results")
|
||||
int[] results;
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedName("g")
|
||||
@Export("mm")
|
||||
int[] mm;
|
||||
@ObfuscatedName("w")
|
||||
@ObfuscatedName("z")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1586397097
|
||||
intValue = 1479702029
|
||||
)
|
||||
@Export("aa")
|
||||
int aa;
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedName("a")
|
||||
@ObfuscatedGetter(
|
||||
intValue = 2129163511
|
||||
intValue = -1228736989
|
||||
)
|
||||
@Export("bb")
|
||||
int bb;
|
||||
@ObfuscatedName("o")
|
||||
@ObfuscatedName("u")
|
||||
@ObfuscatedGetter(
|
||||
intValue = -1527841621
|
||||
intValue = 1017165901
|
||||
)
|
||||
@Export("cc")
|
||||
int cc;
|
||||
@@ -46,13 +46,13 @@ public final class IsaacCipher {
|
||||
this.results[var2] = var1[var2];
|
||||
}
|
||||
|
||||
this.method7224();
|
||||
this.method7378();
|
||||
}
|
||||
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(S)I",
|
||||
garbageValue = "-13443"
|
||||
descriptor = "(I)I",
|
||||
garbageValue = "1862101566"
|
||||
)
|
||||
@Export("nextInt")
|
||||
public final int nextInt() {
|
||||
@@ -64,12 +64,12 @@ public final class IsaacCipher {
|
||||
return this.results[--this.valuesRemaining];
|
||||
}
|
||||
|
||||
@ObfuscatedName("t")
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)I",
|
||||
garbageValue = "2041056232"
|
||||
descriptor = "(B)I",
|
||||
garbageValue = "45"
|
||||
)
|
||||
public final int method7218() {
|
||||
public final int method7376() {
|
||||
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("m")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)V",
|
||||
garbageValue = "-120051499"
|
||||
garbageValue = "1415784416"
|
||||
)
|
||||
@Export("generateMoreResults")
|
||||
final void generateMoreResults() {
|
||||
@@ -109,12 +109,12 @@ public final class IsaacCipher {
|
||||
|
||||
}
|
||||
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedName("k")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)V",
|
||||
garbageValue = "-1476393929"
|
||||
descriptor = "(B)V",
|
||||
garbageValue = "5"
|
||||
)
|
||||
final void method7224() {
|
||||
final void method7378() {
|
||||
int var9 = -1640531527;
|
||||
int var8 = -1640531527;
|
||||
int var7 = -1640531527;
|
||||
|
||||
Reference in New Issue
Block a user