TurboDex icon indicating copy to clipboard operation
TurboDex copied to clipboard

fast load dex in memory.

Results 15 TurboDex issues
Sort by recently updated
recently updated
newest added

E/Native_X: [elfHookFunction]Not found execv.

使用这个后multildex是不是可以关掉?

Redmi Note 3 Android 5.0.2,API 21 MIUI 9.2.3.0(LHNCNEK) crash Log A/art: art/runtime/mirror/art_method.cc:201] Failed to find Dex offset for PC offset 0x92419070(PC 0x73dbc089, entry_point=0xe19a3019) in void com.tencent.tbs.sdk.extension.TbsSDKExtension.(android.content.Context, android.content.Context)

5M的dex大小,用Note 5A(android7.1.2),vivo x9(android 7.1.1)手机验证,用DexClassLoader加载外部dex,需要10秒钟dex才加载完,貌似是不起作用,直接跑java层的去了。

multidex 小米5上直接卡死

java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "getpagesize" referenced by "libturbo-dex.so" 看到一年前你解决了这个问题,为什么这个机型还是出现,恳求帮助。 device: GT-N7100 android version:4.1.2

使用后不分配内存: 会卡住大概1min左右的时间才分配 ![image](https://cloud.githubusercontent.com/assets/5461196/17097927/7e31764e-5292-11e6-8b9d-14b22edca52b.png)

为何不支持dvm模式的hook?

java.lang.UnsatisfiedLinkError: no turbo-dex in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1864) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1122) at com.lody.turbodex.TurboDex.(TurboDex.java:10) at com.ytjojo.BaseApplication.attachBaseContext(BaseApplication.java:46) at android.app.Application.attach(Application.java:181) at org.robolectric.util.ReflectionHelpers.callInstanceMethod(ReflectionHelpers.java:195) at org.robolectric.internal.ParallelUniverse.setUpApplicationState(ParallelUniverse.java:131) at org.robolectric.RobolectricTestRunner.setUpApplicationState(RobolectricTestRunner.java:433) at org.robolectric.RobolectricTestRunner$2.evaluate(RobolectricTestRunner.java:240) at org.robolectric.RobolectricTestRunner.runChild(RobolectricTestRunner.java:188) at org.robolectric.RobolectricTestRunner.runChild(RobolectricTestRunner.java:54) at...