Skip to content

Commit

Permalink
Use SandHook as the Xposed hook framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Windy committed May 29, 2019
1 parent 7e813d9 commit 73415c2
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified xpatch/src/main/assets/classes.dex
Binary file not shown.
Binary file not shown.
Binary file removed xpatch/src/main/assets/lib/arm64-v8a/libxpatch_wl.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
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";

Expand Down

0 comments on commit 73415c2

Please sign in to comment.