- 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
171 lines
3.9 KiB
Smali
171 lines
3.9 KiB
Smali
.class Lcom/facebook/ppml/receiver/IReceiverService$Stub$Proxy;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/facebook/ppml/receiver/IReceiverService;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/facebook/ppml/receiver/IReceiverService$Stub;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "Proxy"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static sDefaultImpl:Lcom/facebook/ppml/receiver/IReceiverService;
|
|
|
|
|
|
# instance fields
|
|
.field private mRemote:Landroid/os/IBinder;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/os/IBinder;)V
|
|
.locals 0
|
|
|
|
.line 82
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Lcom/facebook/ppml/receiver/IReceiverService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public asBinder()Landroid/os/IBinder;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Lcom/facebook/ppml/receiver/IReceiverService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getInterfaceDescriptor()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
const-string v0, "com.facebook.ppml.receiver.IReceiverService"
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public sendEvents(Landroid/os/Bundle;)I
|
|
.locals 5
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Landroid/os/RemoteException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 95
|
|
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
|
|
|
|
move-result-object v0
|
|
|
|
.line 96
|
|
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
|
|
|
|
move-result-object v1
|
|
|
|
:try_start_0
|
|
const-string v2, "com.facebook.ppml.receiver.IReceiverService"
|
|
|
|
.line 99
|
|
invoke-virtual {v0, v2}, Landroid/os/Parcel;->writeInterfaceToken(Ljava/lang/String;)V
|
|
|
|
const/4 v2, 0x1
|
|
|
|
const/4 v3, 0x0
|
|
|
|
if-eqz p1, :cond_0
|
|
|
|
.line 101
|
|
invoke-virtual {v0, v2}, Landroid/os/Parcel;->writeInt(I)V
|
|
|
|
.line 102
|
|
invoke-virtual {p1, v0, v3}, Landroid/os/Bundle;->writeToParcel(Landroid/os/Parcel;I)V
|
|
|
|
goto :goto_0
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
goto :goto_1
|
|
|
|
.line 105
|
|
:cond_0
|
|
invoke-virtual {v0, v3}, Landroid/os/Parcel;->writeInt(I)V
|
|
|
|
:goto_0
|
|
iget-object v4, p0, Lcom/facebook/ppml/receiver/IReceiverService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
|
|
|
|
.line 107
|
|
invoke-interface {v4, v2, v0, v1, v3}, Landroid/os/IBinder;->transact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
|
|
|
|
move-result v2
|
|
|
|
if-nez v2, :cond_1
|
|
|
|
.line 108
|
|
invoke-static {}, Lcom/facebook/ppml/receiver/IReceiverService$Stub;->getDefaultImpl()Lcom/facebook/ppml/receiver/IReceiverService;
|
|
|
|
move-result-object v2
|
|
|
|
if-eqz v2, :cond_1
|
|
|
|
.line 109
|
|
invoke-static {}, Lcom/facebook/ppml/receiver/IReceiverService$Stub;->getDefaultImpl()Lcom/facebook/ppml/receiver/IReceiverService;
|
|
|
|
move-result-object v2
|
|
|
|
invoke-interface {v2, p1}, Lcom/facebook/ppml/receiver/IReceiverService;->sendEvents(Landroid/os/Bundle;)I
|
|
|
|
move-result p1
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 115
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 116
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
return p1
|
|
|
|
.line 111
|
|
:cond_1
|
|
:try_start_1
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->readException()V
|
|
|
|
.line 112
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->readInt()I
|
|
|
|
move-result p1
|
|
:try_end_1
|
|
.catchall {:try_start_1 .. :try_end_1} :catchall_0
|
|
|
|
.line 115
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 116
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
return p1
|
|
|
|
.line 115
|
|
:goto_1
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 116
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 117
|
|
throw p1
|
|
.end method
|