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

164 lines
3.2 KiB
Smali

.class public Lcom/applovin/impl/vb$c;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/applovin/impl/vb;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/applovin/impl/vb;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "c"
.end annotation
# instance fields
.field private final a:I
.field private final b:Ljava/util/Stack;
# direct methods
.method public constructor <init>()V
.locals 1
const/4 v0, 0x3
.line 96
invoke-direct {p0, v0}, Lcom/applovin/impl/vb$c;-><init>(I)V
return-void
.end method
.method public constructor <init>(I)V
.locals 1
.line 195
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 196
new-instance v0, Ljava/util/Stack;
invoke-direct {v0}, Ljava/util/Stack;-><init>()V
iput-object v0, p0, Lcom/applovin/impl/vb$c;->b:Ljava/util/Stack;
iput p1, p0, Lcom/applovin/impl/vb$c;->a:I
return-void
.end method
# virtual methods
.method public declared-synchronized a(Lcom/applovin/impl/vb$a;)Ljava/lang/Object;
.locals 1
monitor-enter p0
:try_start_0
iget-object v0, p0, Lcom/applovin/impl/vb$c;->b:Ljava/util/Stack;
.line 106
invoke-virtual {v0}, Ljava/util/AbstractCollection;->isEmpty()Z
move-result v0
if-eqz v0, :cond_0
invoke-interface {p1}, Lcom/applovin/impl/vb$a;->a()Ljava/lang/Object;
move-result-object p1
goto :goto_0
:catchall_0
move-exception p1
goto :goto_1
:cond_0
iget-object p1, p0, Lcom/applovin/impl/vb$c;->b:Ljava/util/Stack;
invoke-virtual {p1}, Ljava/util/Stack;->pop()Ljava/lang/Object;
move-result-object p1
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
:goto_0
monitor-exit p0
return-object p1
:goto_1
monitor-exit p0
throw p1
.end method
.method public declared-synchronized a(Ljava/lang/Object;Lcom/applovin/impl/vb$b;)V
.locals 2
monitor-enter p0
:try_start_0
iget-object v0, p0, Lcom/applovin/impl/vb$c;->b:Ljava/util/Stack;
.line 218
invoke-virtual {v0}, Ljava/util/AbstractCollection;->size()I
move-result v0
iget v1, p0, Lcom/applovin/impl/vb$c;->a:I
if-ge v0, v1, :cond_0
iget-object p2, p0, Lcom/applovin/impl/vb$c;->b:Ljava/util/Stack;
.line 220
invoke-virtual {p2, p1}, Ljava/util/Stack;->push(Ljava/lang/Object;)Ljava/lang/Object;
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
goto :goto_0
:catchall_0
move-exception p1
goto :goto_1
.line 226
:cond_0
:try_start_1
invoke-interface {p2, p1}, Lcom/applovin/impl/vb$b;->a(Ljava/lang/Object;)V
:try_end_1
.catch Ljava/lang/RuntimeException; {:try_start_1 .. :try_end_1} :catch_0
.catchall {:try_start_1 .. :try_end_1} :catchall_0
goto :goto_0
:catch_0
move-exception p1
.line 230
:try_start_2
invoke-static {p1}, Lcom/applovin/impl/q6;->a(Ljava/lang/Throwable;)V
:try_end_2
.catchall {:try_start_2 .. :try_end_2} :catchall_0
:goto_0
monitor-exit p0
return-void
:goto_1
monitor-exit p0
throw p1
.end method