- 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
78 lines
2.1 KiB
Smali
78 lines
2.1 KiB
Smali
.class public final Lcom/vungle/ads/ServiceLocator$buildCreators$10;
|
|
.super Lcom/vungle/ads/ServiceLocator$Creator;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingMethod;
|
|
value = Lcom/vungle/ads/ServiceLocator;->buildCreators()V
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = null
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Lcom/vungle/ads/ServiceLocator$Creator<",
|
|
"Lcom/vungle/ads/internal/bidding/BidTokenEncoder;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field final synthetic this$0:Lcom/vungle/ads/ServiceLocator;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/vungle/ads/ServiceLocator;)V
|
|
.locals 3
|
|
|
|
iput-object p1, p0, Lcom/vungle/ads/ServiceLocator$buildCreators$10;->this$0:Lcom/vungle/ads/ServiceLocator;
|
|
|
|
const/4 v0, 0x1
|
|
|
|
const/4 v1, 0x0
|
|
|
|
const/4 v2, 0x0
|
|
|
|
.line 131
|
|
invoke-direct {p0, p1, v2, v0, v1}, Lcom/vungle/ads/ServiceLocator$Creator;-><init>(Lcom/vungle/ads/ServiceLocator;ZILkotlin/jvm/internal/DefaultConstructorMarker;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public create()Lcom/vungle/ads/internal/bidding/BidTokenEncoder;
|
|
.locals 2
|
|
|
|
.line 133
|
|
new-instance v0, Lcom/vungle/ads/internal/bidding/BidTokenEncoder;
|
|
|
|
iget-object v1, p0, Lcom/vungle/ads/ServiceLocator$buildCreators$10;->this$0:Lcom/vungle/ads/ServiceLocator;
|
|
|
|
.line 134
|
|
invoke-static {v1}, Lcom/vungle/ads/ServiceLocator;->access$getCtx$p(Lcom/vungle/ads/ServiceLocator;)Landroid/content/Context;
|
|
|
|
move-result-object v1
|
|
|
|
.line 133
|
|
invoke-direct {v0, v1}, Lcom/vungle/ads/internal/bidding/BidTokenEncoder;-><init>(Landroid/content/Context;)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public bridge synthetic create()Ljava/lang/Object;
|
|
.locals 1
|
|
|
|
.line 131
|
|
invoke-virtual {p0}, Lcom/vungle/ads/ServiceLocator$buildCreators$10;->create()Lcom/vungle/ads/internal/bidding/BidTokenEncoder;
|
|
|
|
move-result-object v0
|
|
|
|
return-object v0
|
|
.end method
|