- 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
113 lines
2.5 KiB
Smali
113 lines
2.5 KiB
Smali
.class public Lcom/ironsource/ff$a;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/ironsource/ff;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "a"
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/ironsource/ff$a$a;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field private static final h:I = 0x3a98
|
|
|
|
.field private static final i:I = 0x3a98
|
|
|
|
.field private static final j:Ljava/lang/String; = "UTF-8"
|
|
|
|
|
|
# instance fields
|
|
.field final a:Ljava/lang/String;
|
|
|
|
.field final b:Ljava/lang/String;
|
|
|
|
.field final c:Ljava/lang/String;
|
|
|
|
.field final d:I
|
|
|
|
.field final e:I
|
|
|
|
.field final f:Ljava/lang/String;
|
|
|
|
.field g:Ljava/util/ArrayList;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/util/ArrayList<",
|
|
"Landroid/util/Pair<",
|
|
"Ljava/lang/String;",
|
|
"Ljava/lang/String;",
|
|
">;>;"
|
|
}
|
|
.end annotation
|
|
.end field
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/ironsource/ff$a$a;)V
|
|
.locals 2
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iget-object v0, p1, Lcom/ironsource/ff$a$a;->b:Ljava/lang/String;
|
|
|
|
iput-object v0, p0, Lcom/ironsource/ff$a;->a:Ljava/lang/String;
|
|
|
|
iget-object v0, p1, Lcom/ironsource/ff$a$a;->c:Ljava/lang/String;
|
|
|
|
iput-object v0, p0, Lcom/ironsource/ff$a;->b:Ljava/lang/String;
|
|
|
|
iget-object v0, p1, Lcom/ironsource/ff$a$a;->d:Ljava/lang/String;
|
|
|
|
iput-object v0, p0, Lcom/ironsource/ff$a;->c:Ljava/lang/String;
|
|
|
|
new-instance v0, Ljava/util/ArrayList;
|
|
|
|
iget-object v1, p1, Lcom/ironsource/ff$a$a;->a:Ljava/util/List;
|
|
|
|
invoke-direct {v0, v1}, Ljava/util/ArrayList;-><init>(Ljava/util/Collection;)V
|
|
|
|
iput-object v0, p0, Lcom/ironsource/ff$a;->g:Ljava/util/ArrayList;
|
|
|
|
iget v0, p1, Lcom/ironsource/ff$a$a;->e:I
|
|
|
|
iput v0, p0, Lcom/ironsource/ff$a;->d:I
|
|
|
|
iget v0, p1, Lcom/ironsource/ff$a$a;->f:I
|
|
|
|
iput v0, p0, Lcom/ironsource/ff$a;->e:I
|
|
|
|
iget-object p1, p1, Lcom/ironsource/ff$a$a;->g:Ljava/lang/String;
|
|
|
|
iput-object p1, p0, Lcom/ironsource/ff$a;->f:Ljava/lang/String;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a()Z
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/ironsource/ff$a;->b:Ljava/lang/String;
|
|
|
|
const-string v1, "POST"
|
|
|
|
invoke-virtual {v1, v0}, Ljava/lang/String;->equals(Ljava/lang/Object;)Z
|
|
|
|
move-result v0
|
|
|
|
return v0
|
|
.end method
|