Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need a option to specify external jar #118

Closed
apkunpacker opened this issue Nov 28, 2018 · 1 comment
Closed

need a option to specify external jar #118

apkunpacker opened this issue Nov 28, 2018 · 1 comment

Comments

@apkunpacker
Copy link

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

@CalebFenton
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants