Files
rr3-apk/smali_classes3/com/google/firebase/crashlytics/ndk/SessionFiles$Builder.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

168 lines
4.9 KiB
Smali

.class public final Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/firebase/crashlytics/ndk/SessionFiles;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "Builder"
.end annotation
# instance fields
.field public app:Ljava/io/File;
.field public binaryImages:Ljava/io/File;
.field public device:Ljava/io/File;
.field public metadata:Ljava/io/File;
.field public nativeCore:Lcom/google/firebase/crashlytics/ndk/SessionFiles$NativeCore;
.field public os:Ljava/io/File;
.field public session:Ljava/io/File;
# direct methods
.method public constructor <init>()V
.locals 0
.line 47
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static synthetic access$100(Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;)Lcom/google/firebase/crashlytics/ndk/SessionFiles$NativeCore;
.locals 0
.line 47
iget-object p0, p0, Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;->nativeCore:Lcom/google/firebase/crashlytics/ndk/SessionFiles$NativeCore;
return-object p0
.end method
.method public static synthetic access$200(Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;)Ljava/io/File;
.locals 0
.line 47
iget-object p0, p0, Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;->binaryImages:Ljava/io/File;
return-object p0
.end method
.method public static synthetic access$300(Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;)Ljava/io/File;
.locals 0
.line 47
iget-object p0, p0, Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;->metadata:Ljava/io/File;
return-object p0
.end method
.method public static synthetic access$400(Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;)Ljava/io/File;
.locals 0
.line 47
iget-object p0, p0, Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;->session:Ljava/io/File;
return-object p0
.end method
.method public static synthetic access$500(Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;)Ljava/io/File;
.locals 0
.line 47
iget-object p0, p0, Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;->app:Ljava/io/File;
return-object p0
.end method
.method public static synthetic access$600(Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;)Ljava/io/File;
.locals 0
.line 47
iget-object p0, p0, Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;->device:Ljava/io/File;
return-object p0
.end method
.method public static synthetic access$700(Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;)Ljava/io/File;
.locals 0
.line 47
iget-object p0, p0, Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;->os:Ljava/io/File;
return-object p0
.end method
# virtual methods
.method public appFile(Ljava/io/File;)Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;
.locals 0
iput-object p1, p0, Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;->app:Ljava/io/File;
return-object p0
.end method
.method public build()Lcom/google/firebase/crashlytics/ndk/SessionFiles;
.locals 2
.line 92
new-instance v0, Lcom/google/firebase/crashlytics/ndk/SessionFiles;
const/4 v1, 0x0
invoke-direct {v0, p0, v1}, Lcom/google/firebase/crashlytics/ndk/SessionFiles;-><init>(Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;Lcom/google/firebase/crashlytics/ndk/SessionFiles$1;)V
return-object v0
.end method
.method public deviceFile(Ljava/io/File;)Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;
.locals 0
iput-object p1, p0, Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;->device:Ljava/io/File;
return-object p0
.end method
.method public metadataFile(Ljava/io/File;)Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;
.locals 0
iput-object p1, p0, Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;->metadata:Ljava/io/File;
return-object p0
.end method
.method public nativeCore(Lcom/google/firebase/crashlytics/ndk/SessionFiles$NativeCore;)Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;
.locals 0
iput-object p1, p0, Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;->nativeCore:Lcom/google/firebase/crashlytics/ndk/SessionFiles$NativeCore;
return-object p0
.end method
.method public osFile(Ljava/io/File;)Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;
.locals 0
iput-object p1, p0, Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;->os:Ljava/io/File;
return-object p0
.end method
.method public sessionFile(Ljava/io/File;)Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;
.locals 0
iput-object p1, p0, Lcom/google/firebase/crashlytics/ndk/SessionFiles$Builder;->session:Ljava/io/File;
return-object p0
.end method