小学生

- 金币
- 46
- 好评
- 0
- 信誉
- 100
|
本帖最后由 aieaoqjejdcm 于 2025-9-26 07:04 编辑
初学逆向,为啥7723那些带绿钥匙菜单的软件把入口改一下那个功能就失效了(去除实名验证)
在dex搜索了一下类名(eagle.simple.sdks.manage.FakeActivity)搜索到了如下代码
- # classes3.dex
- .class public Leagle/simple/sdks/manage/FakeActivity;
- .super Landroid/app/Activity;
- .source "SourceFile"
- # static fields
- .field private static final protectUtil:Leagle/simple/sdks/utils/ProtectUtil;
- # instance fields
- .field private sdkCallback:Leagle/simple/sdks/oOooǭoOooୢǭ;
- .field private sdkInfoList:Ljava/util/LinkedList;
- .annotation system Ldalvik/annotation/Signature;
- value = {
- "Ljava/util/LinkedList<",
- "Leagle/simple/sdks/oo00Ǯoo00ൾǮ;",
- ">;"
- }
- .end annotation
- .end field
- # direct methods
- .method static constructor <clinit>()V
- .registers 1
- new-instance v0, Leagle/simple/sdks/utils/ProtectUtil;
- invoke-direct {v0}, Ljava/lang/Object;-><init>()V
- sput-object v0, Leagle/simple/sdks/manage/FakeActivity;->protectUtil:Leagle/simple/sdks/utils/ProtectUtil;
- return-void
- .end method
- .method public constructor <init>()V
- .registers 1
- invoke-direct {p0}, Landroid/app/Activity;-><init>()V
- return-void
- .end method
- .method public static native synthetic access$000(Leagle/simple/sdks/manage/FakeActivity;Leagle/simple/sdks/oOooǭoOooୢǭ;)V
- .end method
- .method private native getMetaData()Landroid/os/Bundle;
- .end method
- .method private native getMetaDataValue(Ljava/lang/String;)Ljava/lang/String;
- .end method
- .method private native getOriginalActivity()Ljava/lang/String;
- .end method
- .method private native getSdkInfoList()Ljava/util/LinkedList;
- .end method
- .method private native getSdkSuffixNameList()Ljava/util/LinkedList;
- .end method
- .method private native nextLogic(Leagle/simple/sdks/oOooǭoOooୢǭ;)V
- .end method
- .method private native setBackground()V
- .end method
- .method private native startGame()V
- .end method
- .method private native startSdk(Leagle/simple/sdks/oo00Ǯoo00ൾǮ;)V
- .end method
- .method private native trimList(Ljava/util/LinkedList;)Ljava/util/LinkedList;
- .end method
- # virtual methods
- .method public native onCreate(Landroid/os/Bundle;)V
- .end method
复制代码
由于看不懂是直接喂给AI的,然后通过AI解析出来的内容尝试删了一些内容,结果都闪退
想问问有什么好的解决办法
下面是软件下载链接
ht删tps://wwwc.qyshare.com/s/ko5am2 |
|