- 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
62 lines
1.4 KiB
Smali
62 lines
1.4 KiB
Smali
.class public final Lcom/ironsource/f3;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/ironsource/f3$i;,
|
|
Lcom/ironsource/f3$u;,
|
|
Lcom/ironsource/f3$t;,
|
|
Lcom/ironsource/f3$y;,
|
|
Lcom/ironsource/f3$q;,
|
|
Lcom/ironsource/f3$b;,
|
|
Lcom/ironsource/f3$a;,
|
|
Lcom/ironsource/f3$p;,
|
|
Lcom/ironsource/f3$o;,
|
|
Lcom/ironsource/f3$f;,
|
|
Lcom/ironsource/f3$j;,
|
|
Lcom/ironsource/f3$k;,
|
|
Lcom/ironsource/f3$l;,
|
|
Lcom/ironsource/f3$v;,
|
|
Lcom/ironsource/f3$x;,
|
|
Lcom/ironsource/f3$s;,
|
|
Lcom/ironsource/f3$e;,
|
|
Lcom/ironsource/f3$h;,
|
|
Lcom/ironsource/f3$r;,
|
|
Lcom/ironsource/f3$n;,
|
|
Lcom/ironsource/f3$d;,
|
|
Lcom/ironsource/f3$m;,
|
|
Lcom/ironsource/f3$g;,
|
|
Lcom/ironsource/f3$w;,
|
|
Lcom/ironsource/f3$c;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final a:Lcom/ironsource/f3;
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
new-instance v0, Lcom/ironsource/f3;
|
|
|
|
invoke-direct {v0}, Lcom/ironsource/f3;-><init>()V
|
|
|
|
sput-object v0, Lcom/ironsource/f3;->a:Lcom/ironsource/f3;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|