|

楼主 |
发表于 2024-11-10 10:07:05
|
显示全部楼层
本帖最后由 独孤求败 于 2024-11-10 10:20 编辑
Cxsmo 发表于 2024-11-10 06:30
Also how do you make it work in the USA is there a way to disable it checking country
Download address, select browser to download:
(This is an official download)
https://www.123pan.com/s/y2B0Vv-6ilW3.html
This is complicated, you need to have a certain computer ability.
Tools
● MT Manager or NP Manager
● Jadx
1. Software analysis
After installation and opening, click FloatActionButton, a toast prompt pops up, unsupported region
2. Jadx logic analysis
Directly locate the MainActivity class, find the relevant information of FloatActionButton, and set a click listener
Specific analysis of the following key judgments
Regional judgment
Class name: multispace.multiapp.clone.util.o00oo0O0
Method name: o00oOOoO
Parameter type: android.content.Context
Return type: boolean
Modified return value: false
VIP function judgment
Class name: o0OOOoo.o0O0000o0
Method name: o00oOoo0
Parameter type: no parameter
Return type: boolean
Modified return value: true
3. MT manager opens the APK file
4. Use dex++ to edit all dex files
5. Search and modify regional restrictions
Search content: multispace.multiapp.clone.util.o00oo0O0
Search path: /
Search type: class name
Search subdirectories: check
Case sensitivity: no
Regular expression: no
Exact match: no
Search method name through navigation and locate the method body
Method name: o00oOOoO
Parameter type: android.content.Context
Modify the return value to false
Modify the first method with the same name
Modify the second method with the same name
6. Search and modify VIP
Search content: o0OOOoo.o0O000o0
Search path: /
Search type: string
Search subdirectories: check
Case sensitivity: no
Regular expression: no
Exact match: no
Search method name through navigation and locate the method body
Method name: o00oOOoO
Parameter type: no parameters
Return type: boolean
Modify the return value to true
7. Save the code, package the signature and install it
8. Test the cracking of VIP
|
|