CalebFenton / simplify

Android virtual machine and deobfuscator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

need a option to specify external jar

apkunpacker opened this issue · comments

hi dev thanks for great tool . i am using it by ( java -jar simplify.jar classes.dex) , that apk has xposed method so simplify give error like de/rob/xposed/hook not found . any fix so i can specify a external jar with it

I haven't investigated the dexlib2 API very much, so I'm not sure how "multi-dex aware" it is. The problem is that, at least how I'm using dexlib, the dexbuilder can only have a single dex file.

I'm also not sure how xposed works. Is it part of the framework / operating system? In any case, dex files are easy to modify. You just find the classes it's expecting and add them to your target dex. If this isn't allowed because it exceeds the method limit, try deleting some ad libraries from the dex.

I'm closing this as it seems to be a duplicate of #107. Feel free to continue discussion here, though.