- 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
38 lines
725 B
Smali
38 lines
725 B
Smali
.class public final Lcom/ironsource/aq;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field private static final a:I
|
|
|
|
.field private static final b:Ljava/lang/String; = "%s-%d"
|
|
|
|
.field private static final c:Ljava/lang/String; = "IronSourceThread"
|
|
|
|
|
|
# direct methods
|
|
.method static constructor <clinit>()V
|
|
.locals 1
|
|
|
|
invoke-static {}, Ljava/lang/Runtime;->getRuntime()Ljava/lang/Runtime;
|
|
|
|
move-result-object v0
|
|
|
|
invoke-virtual {v0}, Ljava/lang/Runtime;->availableProcessors()I
|
|
|
|
move-result v0
|
|
|
|
sput v0, Lcom/ironsource/aq;->a:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public static final synthetic a()I
|
|
.locals 1
|
|
|
|
sget v0, Lcom/ironsource/aq;->a:I
|
|
|
|
return v0
|
|
.end method
|