Which one is better, Weiba or Wiper King? What modules are used to modify the simulator?

Generally, when we use the lightning simulator to modify the machine or other simulators, we basically use the xp framework + the modification module to achieve it.
The emulators of Android 5 and 7 generally use the XPosed framework. Since the XP framework is no longer supported in Android 9, Magisk+LSPosed or EdXPosed is used instead of the XP framework.

For the framework installation method, please refer to: https://www.duokaiya.com/class_xp

Then the problem arises. The most commonly used modification modules are Wipe King and Micromaster. So how to choose between these two softwares?
Please add image descriptionPlease add image description
First, let’s talk about why we need to use computer modification software:

Why does the simulator need to use modification software? what is the benefit?

1. Instead of creating a new simulator, quickly clear data and modify the device

The computer modification software can clear the data cache and modify the model in 3 seconds. If you create a new one, it will take at least half a minute and the software inside will have to be reinstalled, which is not conducive to automation.

2. Add more simulation modification parameters

The only parameters that can be modified in the simulator are IMEI, model manufacturer, etc., which can be expanded to about 10 items (Android ID, MAC, IMSI, SIM number, etc.) through the official interface, but the virtual parameters provided by the modification software , usually between 30 and 100 items. For example, it can provide more models, simulate Android versions, simulate device fingerprints, and in a few cases can simulate CPU and architecture (for example, after the modification of Weiba, Master Lu’s detection simulator is not a computer CPU but a mobile phone CPU)

3. An extension of the second point to make device information look more real.

Emulators generally come with very few models, and the Android versions are all fixed, so in some cases, if you use modification software, your device information will look more real.

What are the disadvantages of using modification software for the simulator?

1. Need to rely on framework and ROOT permissions

Because the modified apps are almost all implemented by HOOK, they all need to rely on the XP framework and ROOT permissions. This creates a problem: HOOK cannot be hidden, and other software such as frameworks are easily detected. If the Android version is high, you can hide ROOT and hide the application list with Magisk and some modules, but the framework HOOK cannot be hidden. If the APP is detected, problems such as being unable to run may occur.

2. Compatibility issues (or being detected)

The detection is generally the first point mentioned above, that is, HOOK is detected or the root/xp framework is detected. Another problem is compatibility. Most of the software that modifies the phone has more functions. In some special cases, the app may be incompatible after the phone is modified and the app will not be able to run.

Then we return to the topic. If you want to use the simulator to modify the software of the machine, how to choose between Wipe King and Weiba? Which one is better to use?

Wipe King prefers to modify the machine and clean it. It is suitable for apps that are used normally on the simulator, but need to frequently clean up the environment and create a new machine with one click.

Micromaster can modify more virtual parameter data than others and is more suitable for long-term camouflage environments.

However, some of the machines he modified could only use the Wiper King, some could only use the Micromaster, and some could not.

You need to practice and test your own projects to know specifically.

For example, after reading this, you may think that if you want to disguise the environment of the game, you may need to use a microba. However, a certain female ghost microba cannot modify the model, but the Wiper King can.
So in the end, it still depends on the effect of your own test.
Wiper King recommends using the 9.8.7 unlimited version. This version is the first modified and named version number of Duokaiya. On the basis of 4.2, a virtual high version of the Android system is added. Weiba
recommends Using the 2022.6.2 unlimited version, this version is the first launch and server establishment for Duokaiya, which makes up for the regret that the version circulated on the Internet often fails.
Download address: https://www.duokaiya.com/

Guess you like

Origin blog.csdn.net/u011842686/article/details/131657772