- 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
106 lines
2.0 KiB
Smali
106 lines
2.0 KiB
Smali
.class public final Lcom/fyber/inneractive/sdk/web/b0;
|
|
.super Landroid/util/LruCache;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"<K:",
|
|
"Ljava/lang/Object;",
|
|
">",
|
|
"Landroid/util/LruCache<",
|
|
"TK;",
|
|
"Lcom/fyber/inneractive/sdk/web/e0;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>()V
|
|
.locals 1
|
|
|
|
const/high16 v0, 0x100000
|
|
|
|
.line 1
|
|
invoke-direct {p0, v0}, Landroid/util/LruCache;-><init>(I)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final sizeOf(Ljava/lang/Object;Ljava/lang/Object;)I
|
|
.locals 3
|
|
|
|
.line 1
|
|
check-cast p2, Lcom/fyber/inneractive/sdk/web/e0;
|
|
|
|
.line 2
|
|
iget-object p1, p2, Lcom/fyber/inneractive/sdk/web/e0;->b:Ljava/util/Map;
|
|
|
|
.line 3
|
|
invoke-interface {p1}, Ljava/util/Map;->keySet()Ljava/util/Set;
|
|
|
|
move-result-object p1
|
|
|
|
invoke-interface {p1}, Ljava/util/Set;->iterator()Ljava/util/Iterator;
|
|
|
|
move-result-object p1
|
|
|
|
const/4 v0, 0x0
|
|
|
|
:cond_0
|
|
:goto_0
|
|
invoke-interface {p1}, Ljava/util/Iterator;->hasNext()Z
|
|
|
|
move-result v1
|
|
|
|
if-eqz v1, :cond_1
|
|
|
|
invoke-interface {p1}, Ljava/util/Iterator;->next()Ljava/lang/Object;
|
|
|
|
move-result-object v1
|
|
|
|
check-cast v1, Ljava/lang/String;
|
|
|
|
if-eqz v1, :cond_0
|
|
|
|
.line 5
|
|
iget-object v2, p2, Lcom/fyber/inneractive/sdk/web/e0;->b:Ljava/util/Map;
|
|
|
|
invoke-interface {v2, v1}, Ljava/util/Map;->get(Ljava/lang/Object;)Ljava/lang/Object;
|
|
|
|
move-result-object v2
|
|
|
|
check-cast v2, Ljava/lang/String;
|
|
|
|
if-eqz v2, :cond_0
|
|
|
|
.line 7
|
|
invoke-virtual {v1}, Ljava/lang/String;->length()I
|
|
|
|
move-result v1
|
|
|
|
invoke-virtual {v2}, Ljava/lang/String;->length()I
|
|
|
|
move-result v2
|
|
|
|
add-int/2addr v2, v1
|
|
|
|
add-int/2addr v0, v2
|
|
|
|
goto :goto_0
|
|
|
|
.line 11
|
|
:cond_1
|
|
iget-object p1, p2, Lcom/fyber/inneractive/sdk/web/e0;->a:[B
|
|
|
|
array-length p1, p1
|
|
|
|
add-int/2addr v0, p1
|
|
|
|
return v0
|
|
.end method
|