You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: