- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
67 lines
1.9 KiB
Smali
67 lines
1.9 KiB
Smali
.class public final Lcom/google/android/gms/internal/ads/zzbod;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final zza:Lcom/google/android/gms/internal/ads/zzboa;
|
|
|
|
.field public static final zzb:Lcom/google/android/gms/internal/ads/zzbny;
|
|
|
|
.field private static final zzc:Ljava/nio/charset/Charset;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
const-string v0, "UTF-8"
|
|
|
|
.line 1
|
|
invoke-static {v0}, Ljava/nio/charset/Charset;->forName(Ljava/lang/String;)Ljava/nio/charset/Charset;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/google/android/gms/internal/ads/zzbod;->zzc:Ljava/nio/charset/Charset;
|
|
|
|
new-instance v0, Lcom/google/android/gms/internal/ads/zzboc;
|
|
|
|
invoke-direct {v0}, Lcom/google/android/gms/internal/ads/zzboc;-><init>()V
|
|
|
|
sput-object v0, Lcom/google/android/gms/internal/ads/zzbod;->zza:Lcom/google/android/gms/internal/ads/zzboa;
|
|
|
|
new-instance v0, Lcom/google/android/gms/internal/ads/zzbob;
|
|
|
|
invoke-direct {v0}, Lcom/google/android/gms/internal/ads/zzbob;-><init>()V
|
|
|
|
sput-object v0, Lcom/google/android/gms/internal/ads/zzbod;->zzb:Lcom/google/android/gms/internal/ads/zzbny;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static synthetic zza(Lorg/json/JSONObject;)Ljava/io/InputStream;
|
|
.locals 2
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lorg/json/JSONException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 1
|
|
new-instance v0, Ljava/io/ByteArrayInputStream;
|
|
|
|
invoke-virtual {p0}, Lorg/json/JSONObject;->toString()Ljava/lang/String;
|
|
|
|
move-result-object p0
|
|
|
|
sget-object v1, Lcom/google/android/gms/internal/ads/zzbod;->zzc:Ljava/nio/charset/Charset;
|
|
|
|
invoke-virtual {p0, v1}, Ljava/lang/String;->getBytes(Ljava/nio/charset/Charset;)[B
|
|
|
|
move-result-object p0
|
|
|
|
invoke-direct {v0, p0}, Ljava/io/ByteArrayInputStream;-><init>([B)V
|
|
|
|
return-object v0
|
|
.end method
|