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

Only question deodex android P. #25

Closed
ale8530 opened this issue Aug 30, 2018 · 3 comments
Closed

Only question deodex android P. #25

ale8530 opened this issue Aug 30, 2018 · 3 comments

Comments

@ale8530
Copy link

ale8530 commented Aug 30, 2018

Thank you for today's update for android P, but I wanted to ask you for information, launching the command "./vdexExtractor -i Apk.vdex" I have output Apk_classes.cdex, is it possible to have Apk_classes.dex as android 8.x?

@anestisb
Copy link
Owner

Converting a CompactDex file back to a standard Dex file is still a work in progress (see #23).

The primary purpose I've started this project was to have the primitives to parse, disassemble and decompile (unquicken) the Vdex containers mostly for research purposes. However, a few days after its release it has been picked-up by ROM devs & other individuals that were de-odexing resources from factory images to repack them in their images. That was a nice turnover since more people used the tool and reported bugs/suggestions/improvements, that lead towards improving it. However, the primary focus of the tool hasn't change, thus a de-odexing orientation is not my number one priority at the time being.

Now since Google is doing a poor job to maintain & expand my contributions to upstream oatdump regarding unquickening optimized bytecode assets, and since I'm also maintaining and needing the android-prepare-vendor project for other tasks, I need to improvise again. Hopefully, I'll have something solid within the next couple of days.

Despite being a duplicate, let's leave this issue a few days open since I'm guessing that similar questions will surface the next hours.

@ale8530
Copy link
Author

ale8530 commented Aug 30, 2018

Thank you you were very kind to respond, then wait calmly, I thought it was ready :)

@anestisb
Copy link
Owner

anestisb commented Sep 3, 2018

As explained in #23 a Cdex converter tool and the required deodex automation has been pushed in the project. So closing this.

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

No branches or pull requests

2 participants