Files
rr3-apk/smali/com/applovin/impl/wb.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

141 lines
3.0 KiB
Smali

.class public abstract Lcom/applovin/impl/wb;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public static a(Ljava/lang/Iterable;Ljava/lang/Object;)Ljava/lang/Object;
.locals 0
.line 1136
invoke-interface {p0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
move-result-object p0
invoke-static {p0, p1}, Lcom/applovin/impl/xb;->a(Ljava/util/Iterator;Ljava/lang/Object;)Ljava/lang/Object;
move-result-object p0
return-object p0
.end method
.method private static a(Ljava/util/List;)Ljava/lang/Object;
.locals 1
.line 1978
invoke-interface {p0}, Ljava/util/List;->size()I
move-result v0
add-int/lit8 v0, v0, -0x1
invoke-interface {p0, v0}, Ljava/util/List;->get(I)Ljava/lang/Object;
move-result-object p0
return-object p0
.end method
.method private static a(Ljava/lang/Iterable;)Ljava/util/Collection;
.locals 1
.line 343
instance-of v0, p0, Ljava/util/Collection;
if-eqz v0, :cond_0
.line 344
check-cast p0, Ljava/util/Collection;
goto :goto_0
.line 345
:cond_0
invoke-interface {p0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
move-result-object p0
invoke-static {p0}, Lcom/applovin/impl/ic;->a(Ljava/util/Iterator;)Ljava/util/ArrayList;
move-result-object p0
:goto_0
return-object p0
.end method
.method public static b(Ljava/lang/Iterable;)Ljava/lang/Object;
.locals 1
.line 805
instance-of v0, p0, Ljava/util/List;
if-eqz v0, :cond_1
.line 806
check-cast p0, Ljava/util/List;
.line 807
invoke-interface {p0}, Ljava/util/List;->isEmpty()Z
move-result v0
if-nez v0, :cond_0
.line 810
invoke-static {p0}, Lcom/applovin/impl/wb;->a(Ljava/util/List;)Ljava/lang/Object;
move-result-object p0
return-object p0
.line 811
:cond_0
new-instance p0, Ljava/util/NoSuchElementException;
invoke-direct {p0}, Ljava/util/NoSuchElementException;-><init>()V
throw p0
.line 816
:cond_1
invoke-interface {p0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
move-result-object p0
invoke-static {p0}, Lcom/applovin/impl/xb;->b(Ljava/util/Iterator;)Ljava/lang/Object;
move-result-object p0
return-object p0
.end method
.method public static c(Ljava/lang/Iterable;)[Ljava/lang/Object;
.locals 0
.line 334
invoke-static {p0}, Lcom/applovin/impl/wb;->a(Ljava/lang/Iterable;)Ljava/util/Collection;
move-result-object p0
invoke-interface {p0}, Ljava/util/Collection;->toArray()[Ljava/lang/Object;
move-result-object p0
return-object p0
.end method
.method public static d(Ljava/lang/Iterable;)Ljava/lang/String;
.locals 0
.line 280
invoke-interface {p0}, Ljava/lang/Iterable;->iterator()Ljava/util/Iterator;
move-result-object p0
invoke-static {p0}, Lcom/applovin/impl/xb;->d(Ljava/util/Iterator;)Ljava/lang/String;
move-result-object p0
return-object p0
.end method