Use SandHook as the Xposed hook framework

This commit is contained in:
Windy 2019-05-30 02:54:39 +08:00
parent 7e813d9082
commit 73415c251d
6 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -10,7 +10,7 @@ import java.util.HashMap;
*/
public class SoAndDexCopyTask implements Runnable {
private static final String SO_FILE_NAME = "libxpatch_wl.so";
private static final String SO_FILE_NAME = "libsandhook.so";
private static final String XPOSED_MODULE_FILE_NAME_PREFIX = "libxpatch_xp_module_";
private static final String SO_FILE_SUFFIX = ".so";