hidex-hack
hidex-hack copied to clipboard
android 7.0+
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?
i ready find this bug,but i have sustainable solution。one mind is invoke DexClassLoader() on ndk(C/C++)