project: hello again rev206
This commit is contained in:
@@ -5,51 +5,51 @@ import org.json.JSONArray;
|
||||
import org.json.JSONException;
|
||||
import org.json.JSONObject;
|
||||
|
||||
@ObfuscatedName("ox")
|
||||
@ObfuscatedName("op")
|
||||
public class class399 implements class398 {
|
||||
@ObfuscatedName("h")
|
||||
JSONObject field4385;
|
||||
@ObfuscatedName("i")
|
||||
JSONObject field4384;
|
||||
|
||||
public class399(byte[] var1) throws UnsupportedEncodingException {
|
||||
this.method7231(var1); // L: 13
|
||||
this.method7148(var1); // L: 13
|
||||
} // L: 14
|
||||
|
||||
@ObfuscatedName("v")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(I)[B",
|
||||
garbageValue = "-2124784886"
|
||||
descriptor = "(S)[B",
|
||||
garbageValue = "201"
|
||||
)
|
||||
public byte[] vmethod7229() throws UnsupportedEncodingException {
|
||||
return this.field4385 == null ? new byte[0] : this.field4385.toString().getBytes("UTF-8"); // L: 46 47 49
|
||||
public byte[] vmethod7150() throws UnsupportedEncodingException {
|
||||
return this.field4384 == null ? new byte[0] : this.field4384.toString().getBytes("UTF-8"); // L: 45 46 48
|
||||
}
|
||||
|
||||
@ObfuscatedName("g")
|
||||
@ObfuscatedName("f")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "([BI)V",
|
||||
garbageValue = "1077952512"
|
||||
garbageValue = "1800116953"
|
||||
)
|
||||
void method7231(byte[] var1) throws UnsupportedEncodingException {
|
||||
void method7148(byte[] var1) throws UnsupportedEncodingException {
|
||||
String var2 = new String(var1, "UTF-8"); // L: 17
|
||||
this.method7224(var2); // L: 18
|
||||
this.method7149(var2); // L: 18
|
||||
} // L: 19
|
||||
|
||||
@ObfuscatedName("l")
|
||||
@ObfuscatedName("b")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(Ljava/lang/String;B)V",
|
||||
garbageValue = "67"
|
||||
descriptor = "(Ljava/lang/String;I)V",
|
||||
garbageValue = "-2059250912"
|
||||
)
|
||||
void method7224(String var1) throws UnsupportedEncodingException {
|
||||
void method7149(String var1) throws UnsupportedEncodingException {
|
||||
try {
|
||||
if (var1.charAt(0) == '{') { // L: 23
|
||||
this.field4385 = new JSONObject(var1); // L: 24
|
||||
this.field4384 = new JSONObject(var1); // L: 24
|
||||
} else {
|
||||
if (var1.charAt(0) != '[') { // L: 26
|
||||
throw new UnsupportedEncodingException("Invalid JSON passed to the JSON content builder."); // L: 32
|
||||
}
|
||||
|
||||
JSONArray var2 = new JSONArray(var1); // L: 27
|
||||
this.field4385 = new JSONObject(); // L: 28
|
||||
this.field4385.put("arrayValues", var2); // L: 29
|
||||
this.field4384 = new JSONObject(); // L: 28
|
||||
this.field4384.put("arrayValues", var2); // L: 29
|
||||
}
|
||||
|
||||
} catch (JSONException var3) { // L: 35
|
||||
@@ -59,10 +59,10 @@ public class class399 implements class398 {
|
||||
|
||||
@ObfuscatedName("n")
|
||||
@ObfuscatedSignature(
|
||||
descriptor = "(B)Lorg/json/JSONObject;",
|
||||
garbageValue = "120"
|
||||
descriptor = "(I)Lorg/json/JSONObject;",
|
||||
garbageValue = "1611326690"
|
||||
)
|
||||
public JSONObject method7225() {
|
||||
return this.field4385; // L: 41
|
||||
public JSONObject method7156() {
|
||||
return this.field4384; // L: 41
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user