- 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
300 lines
7.3 KiB
Smali
300 lines
7.3 KiB
Smali
.class public final Lcom/applovin/impl/ua;
|
|
.super Lcom/applovin/impl/dk;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field private static final c:Ljava/util/regex/Pattern;
|
|
|
|
|
|
# instance fields
|
|
.field private final a:Ljava/nio/charset/CharsetDecoder;
|
|
|
|
.field private final b:Ljava/nio/charset/CharsetDecoder;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 2
|
|
|
|
const-string v0, "(.+?)=\'(.*?)\';"
|
|
|
|
const/16 v1, 0x20
|
|
|
|
.line 1
|
|
invoke-static {v0, v1}, Ljava/util/regex/Pattern;->compile(Ljava/lang/String;I)Ljava/util/regex/Pattern;
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/applovin/impl/ua;->c:Ljava/util/regex/Pattern;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
.line 41
|
|
invoke-direct {p0}, Lcom/applovin/impl/dk;-><init>()V
|
|
|
|
.line 42
|
|
sget-object v0, Lcom/applovin/exoplayer2/common/base/Charsets;->UTF_8:Ljava/nio/charset/Charset;
|
|
|
|
invoke-virtual {v0}, Ljava/nio/charset/Charset;->newDecoder()Ljava/nio/charset/CharsetDecoder;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/applovin/impl/ua;->a:Ljava/nio/charset/CharsetDecoder;
|
|
|
|
.line 43
|
|
sget-object v0, Lcom/applovin/exoplayer2/common/base/Charsets;->ISO_8859_1:Ljava/nio/charset/Charset;
|
|
|
|
invoke-virtual {v0}, Ljava/nio/charset/Charset;->newDecoder()Ljava/nio/charset/CharsetDecoder;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/applovin/impl/ua;->b:Ljava/nio/charset/CharsetDecoder;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private a(Ljava/nio/ByteBuffer;)Ljava/lang/String;
|
|
.locals 2
|
|
|
|
:try_start_0
|
|
iget-object v0, p0, Lcom/applovin/impl/ua;->a:Ljava/nio/charset/CharsetDecoder;
|
|
|
|
.line 163
|
|
invoke-virtual {v0, p1}, Ljava/nio/charset/CharsetDecoder;->decode(Ljava/nio/ByteBuffer;)Ljava/nio/CharBuffer;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Ljava/nio/CharBuffer;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
:try_end_0
|
|
.catch Ljava/nio/charset/CharacterCodingException; {:try_start_0 .. :try_end_0} :catch_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
iget-object v1, p0, Lcom/applovin/impl/ua;->a:Ljava/nio/charset/CharsetDecoder;
|
|
|
|
.line 167
|
|
invoke-virtual {v1}, Ljava/nio/charset/CharsetDecoder;->reset()Ljava/nio/charset/CharsetDecoder;
|
|
|
|
.line 168
|
|
invoke-virtual {p1}, Ljava/nio/ByteBuffer;->rewind()Ljava/nio/Buffer;
|
|
|
|
return-object v0
|
|
|
|
:catchall_0
|
|
move-exception v0
|
|
|
|
iget-object v1, p0, Lcom/applovin/impl/ua;->a:Ljava/nio/charset/CharsetDecoder;
|
|
|
|
.line 169
|
|
invoke-virtual {v1}, Ljava/nio/charset/CharsetDecoder;->reset()Ljava/nio/charset/CharsetDecoder;
|
|
|
|
.line 170
|
|
invoke-virtual {p1}, Ljava/nio/ByteBuffer;->rewind()Ljava/nio/Buffer;
|
|
|
|
.line 171
|
|
throw v0
|
|
|
|
:catch_0
|
|
iget-object v0, p0, Lcom/applovin/impl/ua;->a:Ljava/nio/charset/CharsetDecoder;
|
|
|
|
.line 172
|
|
invoke-virtual {v0}, Ljava/nio/charset/CharsetDecoder;->reset()Ljava/nio/charset/CharsetDecoder;
|
|
|
|
.line 173
|
|
invoke-virtual {p1}, Ljava/nio/ByteBuffer;->rewind()Ljava/nio/Buffer;
|
|
|
|
:try_start_1
|
|
iget-object v0, p0, Lcom/applovin/impl/ua;->b:Ljava/nio/charset/CharsetDecoder;
|
|
|
|
.line 176
|
|
invoke-virtual {v0, p1}, Ljava/nio/charset/CharsetDecoder;->decode(Ljava/nio/ByteBuffer;)Ljava/nio/CharBuffer;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Ljava/nio/CharBuffer;->toString()Ljava/lang/String;
|
|
|
|
move-result-object v0
|
|
:try_end_1
|
|
.catch Ljava/nio/charset/CharacterCodingException; {:try_start_1 .. :try_end_1} :catch_1
|
|
.catchall {:try_start_1 .. :try_end_1} :catchall_1
|
|
|
|
iget-object v1, p0, Lcom/applovin/impl/ua;->b:Ljava/nio/charset/CharsetDecoder;
|
|
|
|
.line 180
|
|
invoke-virtual {v1}, Ljava/nio/charset/CharsetDecoder;->reset()Ljava/nio/charset/CharsetDecoder;
|
|
|
|
.line 181
|
|
invoke-virtual {p1}, Ljava/nio/ByteBuffer;->rewind()Ljava/nio/Buffer;
|
|
|
|
return-object v0
|
|
|
|
:catchall_1
|
|
move-exception v0
|
|
|
|
iget-object v1, p0, Lcom/applovin/impl/ua;->b:Ljava/nio/charset/CharsetDecoder;
|
|
|
|
.line 182
|
|
invoke-virtual {v1}, Ljava/nio/charset/CharsetDecoder;->reset()Ljava/nio/charset/CharsetDecoder;
|
|
|
|
.line 183
|
|
invoke-virtual {p1}, Ljava/nio/ByteBuffer;->rewind()Ljava/nio/Buffer;
|
|
|
|
.line 184
|
|
throw v0
|
|
|
|
:catch_1
|
|
iget-object v0, p0, Lcom/applovin/impl/ua;->b:Ljava/nio/charset/CharsetDecoder;
|
|
|
|
.line 185
|
|
invoke-virtual {v0}, Ljava/nio/charset/CharsetDecoder;->reset()Ljava/nio/charset/CharsetDecoder;
|
|
|
|
.line 186
|
|
invoke-virtual {p1}, Ljava/nio/ByteBuffer;->rewind()Ljava/nio/Buffer;
|
|
|
|
const/4 p1, 0x0
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a(Lcom/applovin/impl/ef;Ljava/nio/ByteBuffer;)Lcom/applovin/impl/bf;
|
|
.locals 7
|
|
|
|
.line 48
|
|
invoke-direct {p0, p2}, Lcom/applovin/impl/ua;->a(Ljava/nio/ByteBuffer;)Ljava/lang/String;
|
|
|
|
move-result-object p1
|
|
|
|
.line 49
|
|
invoke-virtual {p2}, Ljava/nio/Buffer;->limit()I
|
|
|
|
move-result v0
|
|
|
|
new-array v0, v0, [B
|
|
|
|
.line 50
|
|
invoke-virtual {p2, v0}, Ljava/nio/ByteBuffer;->get([B)Ljava/nio/ByteBuffer;
|
|
|
|
const/4 p2, 0x0
|
|
|
|
const/4 v1, 0x1
|
|
|
|
const/4 v2, 0x0
|
|
|
|
if-nez p1, :cond_0
|
|
|
|
.line 53
|
|
new-instance p1, Lcom/applovin/impl/bf;
|
|
|
|
new-instance v3, Lcom/applovin/impl/wa;
|
|
|
|
invoke-direct {v3, v0, v2, v2}, Lcom/applovin/impl/wa;-><init>([BLjava/lang/String;Ljava/lang/String;)V
|
|
|
|
new-array v0, v1, [Lcom/applovin/impl/bf$b;
|
|
|
|
aput-object v3, v0, p2
|
|
|
|
invoke-direct {p1, v0}, Lcom/applovin/impl/bf;-><init>([Lcom/applovin/impl/bf$b;)V
|
|
|
|
return-object p1
|
|
|
|
:cond_0
|
|
sget-object v3, Lcom/applovin/impl/ua;->c:Ljava/util/regex/Pattern;
|
|
|
|
.line 59
|
|
invoke-virtual {v3, p1}, Ljava/util/regex/Pattern;->matcher(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
|
|
|
|
move-result-object p1
|
|
|
|
move v4, p2
|
|
|
|
move-object v3, v2
|
|
|
|
.line 60
|
|
:goto_0
|
|
invoke-virtual {p1, v4}, Ljava/util/regex/Matcher;->find(I)Z
|
|
|
|
move-result v4
|
|
|
|
if-eqz v4, :cond_4
|
|
|
|
.line 61
|
|
invoke-virtual {p1, v1}, Ljava/util/regex/Matcher;->group(I)Ljava/lang/String;
|
|
|
|
move-result-object v4
|
|
|
|
const/4 v5, 0x2
|
|
|
|
.line 62
|
|
invoke-virtual {p1, v5}, Ljava/util/regex/Matcher;->group(I)Ljava/lang/String;
|
|
|
|
move-result-object v5
|
|
|
|
if-eqz v4, :cond_3
|
|
|
|
.line 64
|
|
invoke-static {v4}, Lcom/applovin/exoplayer2/common/base/Ascii;->toLowerCase(Ljava/lang/String;)Ljava/lang/String;
|
|
|
|
move-result-object v4
|
|
|
|
invoke-virtual {v4}, Ljava/lang/String;->hashCode()I
|
|
|
|
const-string v6, "streamurl"
|
|
|
|
invoke-virtual {v4, v6}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v6
|
|
|
|
if-nez v6, :cond_2
|
|
|
|
const-string v6, "streamtitle"
|
|
|
|
invoke-virtual {v4, v6}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v4
|
|
|
|
if-nez v4, :cond_1
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
move-object v2, v5
|
|
|
|
goto :goto_1
|
|
|
|
:cond_2
|
|
move-object v3, v5
|
|
|
|
.line 75
|
|
:cond_3
|
|
:goto_1
|
|
invoke-virtual {p1}, Ljava/util/regex/Matcher;->end()I
|
|
|
|
move-result v4
|
|
|
|
goto :goto_0
|
|
|
|
.line 77
|
|
:cond_4
|
|
new-instance p1, Lcom/applovin/impl/bf;
|
|
|
|
new-instance v4, Lcom/applovin/impl/wa;
|
|
|
|
invoke-direct {v4, v0, v2, v3}, Lcom/applovin/impl/wa;-><init>([BLjava/lang/String;Ljava/lang/String;)V
|
|
|
|
new-array v0, v1, [Lcom/applovin/impl/bf$b;
|
|
|
|
aput-object v4, v0, p2
|
|
|
|
invoke-direct {p1, v0}, Lcom/applovin/impl/bf;-><init>([Lcom/applovin/impl/bf$b;)V
|
|
|
|
return-object p1
|
|
.end method
|