|
|
本帖最后由 挽梦遗酒 于 2026-6-3 23:41 编辑
往期回顾
手动过签,原来论坛改法失效了
- #2026_0603_0955
- #PRO
- Lg0/d0;->a()Z
- ```
- .method public static a()Z
- .registers 1
- const/4 v0, 0x1
- return v0
- .end method
- ```
- #校验
- LD0/o2;-><clinit>()V
- ```
- .method static constructor <clinit>()V
- .registers 2
-
- ...
- .line 18
- invoke-virtual {v0}, Ljava/lang/Object;->hashCode()I
- .line 21
- move-result v0
- const v0, -0x1deef009#硬编码原签名hash值即可
- .line 22
- invoke-static {v0}, Ljava/lang/Integer;->valueOf(I)Ljava/lang/Integer;
- ...
- return-void
- .end method
- ```
复制代码
[原]冰箱IceBox_3.30.11 M.apk |
|