Files
rr3-apk/smali/com/applovin/impl/m2.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

153 lines
3.0 KiB
Smali

.class public abstract Lcom/applovin/impl/m2;
.super Landroid/os/Binder;
.source "SourceFile"
# static fields
.field private static final a:I
# direct methods
.method static constructor <clinit>()V
.locals 2
.line 1
sget v0, Lcom/applovin/impl/xp;->a:I
const/16 v1, 0x1e
if-lt v0, v1, :cond_0
invoke-static {}, Lcom/applovin/impl/m2$$ExternalSyntheticApiModelOutline0;->m()I
move-result v0
goto :goto_0
:cond_0
const/high16 v0, 0x10000
:goto_0
sput v0, Lcom/applovin/impl/m2;->a:I
return-void
.end method
.method public static a(Landroid/os/IBinder;)Lcom/applovin/impl/eb;
.locals 7
.line 1
invoke-static {}, Lcom/applovin/impl/eb;->f()Lcom/applovin/impl/eb$a;
move-result-object v0
const/4 v1, 0x0
const/4 v2, 0x1
move v4, v1
move v3, v2
:goto_0
if-eqz v3, :cond_1
.line 7
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
move-result-object v3
.line 8
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
move-result-object v5
.line 10
:try_start_0
invoke-virtual {v3, v4}, Landroid/os/Parcel;->writeInt(I)V
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 12
:try_start_1
invoke-interface {p0, v2, v3, v5, v1}, Landroid/os/IBinder;->transact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
:try_end_1
.catch Landroid/os/RemoteException; {:try_start_1 .. :try_end_1} :catch_0
.catchall {:try_start_1 .. :try_end_1} :catchall_0
.line 16
:goto_1
:try_start_2
invoke-virtual {v5}, Landroid/os/Parcel;->readInt()I
move-result v6
if-ne v6, v2, :cond_0
.line 17
invoke-virtual {v5}, Landroid/os/Parcel;->readBundle()Landroid/os/Bundle;
move-result-object v6
invoke-static {v6}, Lcom/applovin/impl/b1;->a(Ljava/lang/Object;)Ljava/lang/Object;
move-result-object v6
check-cast v6, Landroid/os/Bundle;
invoke-virtual {v0, v6}, Lcom/applovin/impl/eb$a;->b(Ljava/lang/Object;)Lcom/applovin/impl/eb$a;
:try_end_2
.catchall {:try_start_2 .. :try_end_2} :catchall_0
add-int/lit8 v4, v4, 0x1
goto :goto_1
:catchall_0
move-exception p0
goto :goto_2
.line 21
:cond_0
invoke-virtual {v5}, Landroid/os/Parcel;->recycle()V
.line 22
invoke-virtual {v3}, Landroid/os/Parcel;->recycle()V
move v3, v6
goto :goto_0
:catch_0
move-exception p0
.line 23
:try_start_3
new-instance v0, Ljava/lang/RuntimeException;
invoke-direct {v0, p0}, Ljava/lang/RuntimeException;-><init>(Ljava/lang/Throwable;)V
throw v0
:try_end_3
.catchall {:try_start_3 .. :try_end_3} :catchall_0
.line 30
:goto_2
invoke-virtual {v5}, Landroid/os/Parcel;->recycle()V
.line 31
invoke-virtual {v3}, Landroid/os/Parcel;->recycle()V
.line 32
throw p0
.line 35
:cond_1
invoke-virtual {v0}, Lcom/applovin/impl/eb$a;->a()Lcom/applovin/impl/eb;
move-result-object p0
return-object p0
.end method