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

Add support for other containers like APK, ODEX, etc. #11

Open
austin-ralls-cs opened this issue Feb 4, 2020 · 0 comments
Open

Add support for other containers like APK, ODEX, etc. #11

austin-ralls-cs opened this issue Feb 4, 2020 · 0 comments
Labels
android Issue about Android (Dex, Smali, etc.) outofscope Not in scope of project for now

Comments

@austin-ralls-cs
Copy link
Member

austin-ralls-cs commented Feb 4, 2020

This plugin only supports disassembling Dex files.

It could unzip APKs and pull out any Dex files, but that's easy to do manually, and would require code to check for and alert the user if multiple dexs are found, no dexes are found, or other dex container files are found. This doesn't seem like the right tool to do that.

Adding support for odex, cdex, vdex, or whatever else there is would require writing a whole new parser for each container type. There are other tools that can convert these types into Dex files. Again, this doesn't seem like the right tool to have this functionality in.

If you feel differently, leave a comment.

@austin-ralls-cs austin-ralls-cs added outofscope Not in scope of project for now android Issue about Android (Dex, Smali, etc.) labels Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Issue about Android (Dex, Smali, etc.) outofscope Not in scope of project for now
Projects
None yet
Development

No branches or pull requests

1 participant