hidex-hack icon indicating copy to clipboard operation
hidex-hack copied to clipboard

android 7.0+

Open 7a6ac0 opened this issue 8 years ago • 1 comments

In HidexLoad.cpp, there is a bug.

//7.0系统 Object openDexFileNative(String sourceName, String outputName, int flags, ClassLoader loader, DexPathList.Element[] elements);

DexPathList.Element[] elements should be [Ldalvik/system/DexPathList$Element;

In CustDexClassLoader.java I run this APP on Android 7.0 phone, and find out an error because of defineClassNative. The defineClassNative on Android 7.0+ should be defineClassNative(String, ClassLoader, Object, DexFile).

Could you fix it?

7a6ac0 avatar Nov 06 '17 01:11 7a6ac0

i ready find this bug,but i have sustainable solution。one mind is invoke DexClassLoader() on ndk(C/C++)

gnaixx avatar Dec 18 '17 10:12 gnaixx