client: revvy boi 202

This commit is contained in:
JumpIfZero
2021-12-09 15:12:57 +02:00
parent 5d758a3394
commit 9f716fea3a
496 changed files with 62975 additions and 58430 deletions

View File

@@ -4,36 +4,42 @@ import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("pw")
@ObfuscatedName("ph")
@Implements("IsaacCipher")
public final class IsaacCipher {
@ObfuscatedName("a")
@ObfuscatedName("o")
@ObfuscatedGetter(
intValue = 1888133689
intValue = -1397883931
)
@Export("Interpreter_intStackSize")
static int Interpreter_intStackSize;
@ObfuscatedName("m")
@ObfuscatedGetter(
intValue = 660967561
)
@Export("valuesRemaining")
int valuesRemaining;
@ObfuscatedName("o")
@ObfuscatedName("t")
@Export("results")
int[] results;
@ObfuscatedName("g")
@ObfuscatedName("s")
@Export("mm")
int[] mm;
@ObfuscatedName("e")
@ObfuscatedName("j")
@ObfuscatedGetter(
intValue = -382351509
intValue = -785981999
)
@Export("aa")
int aa;
@ObfuscatedName("p")
@ObfuscatedName("w")
@ObfuscatedGetter(
intValue = 674154351
intValue = -1229000819
)
@Export("bb")
int bb;
@ObfuscatedName("j")
@ObfuscatedName("n")
@ObfuscatedGetter(
intValue = -303333613
intValue = 318093059
)
@Export("cc")
int cc;
@@ -46,13 +52,13 @@ public final class IsaacCipher {
this.results[var2] = var1[var2]; // L: 18
}
this.method7542(); // L: 20
this.method7875(); // L: 20
} // L: 21
@ObfuscatedName("i")
@ObfuscatedName("c")
@ObfuscatedSignature(
descriptor = "(I)I",
garbageValue = "-2045035341"
descriptor = "(B)I",
garbageValue = "-100"
)
@Export("nextInt")
public final int nextInt() {
@@ -64,12 +70,12 @@ public final class IsaacCipher {
return this.results[--this.valuesRemaining]; // L: 28
}
@ObfuscatedName("w")
@ObfuscatedName("b")
@ObfuscatedSignature(
descriptor = "(I)I",
garbageValue = "1844018191"
garbageValue = "-935102331"
)
public final int method7540() {
public final int method7874() {
if (this.valuesRemaining == 0) { // L: 32
this.generateMoreResults(); // L: 33
this.valuesRemaining = 256; // L: 34
@@ -78,10 +84,10 @@ public final class IsaacCipher {
return this.results[this.valuesRemaining - 1]; // L: 36
}
@ObfuscatedName("s")
@ObfuscatedName("p")
@ObfuscatedSignature(
descriptor = "(I)V",
garbageValue = "935170894"
garbageValue = "-1893324431"
)
@Export("generateMoreResults")
final void generateMoreResults() {
@@ -101,20 +107,20 @@ public final class IsaacCipher {
this.aa ^= this.aa >>> 16; // L: 52
}
this.aa += this.mm[var1 + 128 & 255]; // L: 54
this.aa += this.mm[128 + var1 & 255]; // L: 54
int var3;
this.mm[var1] = var3 = this.mm[(var2 & 1020) >> 2] + this.bb + this.aa; // L: 55
this.mm[var1] = var3 = this.mm[(var2 & 1020) >> 2] + this.aa + this.bb; // L: 55
this.results[var1] = this.bb = this.mm[(var3 >> 8 & 1020) >> 2] + var2; // L: 56
}
} // L: 58
@ObfuscatedName("a")
@ObfuscatedName("m")
@ObfuscatedSignature(
descriptor = "(I)V",
garbageValue = "-448828417"
garbageValue = "1959628125"
)
final void method7542() {
final void method7875() {
int var9 = -1640531527; // L: 70
int var8 = -1640531527; // L: 71
int var7 = -1640531527; // L: 72
@@ -241,4 +247,14 @@ public final class IsaacCipher {
this.generateMoreResults(); // L: 188
this.valuesRemaining = 256; // L: 189
} // L: 190
@ObfuscatedName("t")
@ObfuscatedSignature(
descriptor = "(III)I",
garbageValue = "-1565959328"
)
static int method7886(int var0, int var1) {
long var2 = (long)((var0 << 16) + var1); // L: 253
return class279.NetCache_currentResponse != null && class279.NetCache_currentResponse.key == var2 ? class149.NetCache_responseArchiveBuffer.offset * 99 / (class149.NetCache_responseArchiveBuffer.array.length - class279.NetCache_currentResponse.padding) + 1 : 0; // L: 254 255
}
}