- 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
68 lines
1.5 KiB
Smali
68 lines
1.5 KiB
Smali
.class public final Lcom/fyber/inneractive/sdk/cache/session/a;
|
|
.super Ljava/util/HashMap;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/util/HashMap<",
|
|
"Lcom/fyber/inneractive/sdk/cache/session/enums/b;",
|
|
"Lcom/fyber/inneractive/sdk/cache/session/h;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic a:I
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 6
|
|
|
|
const/16 v0, 0x19
|
|
|
|
iput v0, p0, Lcom/fyber/inneractive/sdk/cache/session/a;->a:I
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Ljava/util/HashMap;-><init>()V
|
|
|
|
.line 3
|
|
invoke-static {}, Lcom/fyber/inneractive/sdk/cache/session/enums/b;->values()[Lcom/fyber/inneractive/sdk/cache/session/enums/b;
|
|
|
|
move-result-object v0
|
|
|
|
array-length v1, v0
|
|
|
|
const/4 v2, 0x0
|
|
|
|
:goto_0
|
|
if-ge v2, v1, :cond_1
|
|
|
|
aget-object v3, v0, v2
|
|
|
|
.line 4
|
|
sget-object v4, Lcom/fyber/inneractive/sdk/cache/session/enums/b;->NONE:Lcom/fyber/inneractive/sdk/cache/session/enums/b;
|
|
|
|
if-eq v3, v4, :cond_0
|
|
|
|
.line 5
|
|
new-instance v4, Lcom/fyber/inneractive/sdk/cache/session/h;
|
|
|
|
iget v5, p0, Lcom/fyber/inneractive/sdk/cache/session/a;->a:I
|
|
|
|
invoke-direct {v4, v5}, Lcom/fyber/inneractive/sdk/cache/session/h;-><init>(I)V
|
|
|
|
invoke-virtual {p0, v3, v4}, Ljava/util/AbstractMap;->put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
:cond_0
|
|
add-int/lit8 v2, v2, 0x1
|
|
|
|
goto :goto_0
|
|
|
|
:cond_1
|
|
return-void
|
|
.end method
|