Through the loadClass method of Hook ClassLoader, the reflection calls the getDex method to obtain the Dex (com.android.dex.Dex class object), and then writes the dex inside
Usage environment:
1. Mobile phones or emulators with Android 4.4 or above 2.xposed 3. Other software tips
The software required is as follows:
1. Shelling .apk
Tourists, if you want to see the hidden content of this post, please Reply
This software requires the XP framework to be activated
If your phone can't turn on XP Framework, there are two ways to do it: 1. Computer Android Emulator Method Install the Android emulator for PC, install XP framework, root authorization, activation, install shell .apk.
2. vxposed for Android, you can use the XP framework without root flashing. Official website download:https://vxposed.com/
Install and activate the shelling .apk We began to shell out, taking Tencent Legu as an example.
-------------------------------------------------
Step 1, activate -----------------------------------------------------
The second step is to choose the software you need to unshell The third step is to run the software, and you can't get out of the shell without opening the running software ————————————————————————
Step 4, find the corresponding directory, when you choose the software to be shelled, it will prompt you to output the directory! The dex is extracted from the data directory of the software data/com.xx.yy For non-rooted users, there is no need to worry, because it is actually in the data directory of VirtuanXposed. So we only need to enter the data directory of VirtuanXposed, but we cannot enter the point of the parent directory directly to the parent directory. We just need to long press the upper directory button on MT2 and enter
/data/user/0/io.va.exposed/virtual/data/user/0/
Note that not every dex is useful, some dex is useless, you have to open each one yourself.
|