SmaliEx
SmaliEx copied to clipboard
A wrapper to get de-optimized dex from odex/oat/vdex.
Hi @testwhat, Trying to deodex this framework from MM N910P build: https://drive.google.com/file/d/0B7yjRH4f-JfgZkppaHRaeWlMOXc/view?usp=sharing Oat2dex v0.86 works fine but the latest pre-release v2.1.2-160425 does not, i use svadev tool and it does...
Framework files here - https://cloud.mail.ru/public/GMcq/6eYJ1vEet & here - https://drive.google.com/open?id=0B8jxACZy2MZMTlVwZFZ3ZURWMEE This is log - https://drive.google.com/file/d/0B8jxACZy2MZMdXNROUJrS1gwY3M/view Deodexing AnonymousData.apk... Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1619219 at org.jf.dexlib2.dexbacked.BaseDexReader.readUleb128(BaseDexReader.java:101) at org.jf.dexlib2.dexbacked.BaseDexReader.readSmallUleb128(BaseDexReader.java:92) at org.jf.dexlib2.dexbacked.DexBackedClassDef.(DexBackedClassDef.java:86) at org.jf.dexlib2.dexbacked.DexBackedDexFile$1.readItem(DexBackedDexFile.java:135)...
Hi, when trying to deodex the following APKs from the latest Fugu image ( https://dl.google.com/dl/android/aosp/fugu-mmb29v-factory-2db4c688.tgz ) oat2dex fails at the following apps (that were actually correctly deodexable on the lollipop...
Hello, can you see what is wrong with new boot.oat. I think oat2dex not extract classes from boot.oat proper, because when i try baksmali-2.1.0 core-libart.jar i have this error: Exception...
commit ce54c597a79dc73502425243c8b08bebee1edc44 solves a lot of problems, but some still remained I attach folder framework and problematic app and priv-app https://drive.google.com/a/citymasseurs.ru/file/d/0B2QhEXa2ySgkVzBOQkgxUk13T1U/view?usp=sharing and log [log_deodex.txt](https://github.com/testwhat/SmaliEx/files/142682/log_deodex.txt)
I'm hitting a problem on an apk which does something like: String function(Object a) { if(a instanceof int[]) { int[] v = (int[]) a; // Do something with v }...
Crypto WhatsApp