-
Notifications
You must be signed in to change notification settings - Fork 223
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
Comments
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. |
Thank you you were very kind to respond, then wait calmly, I thought it was ready :) |
As explained in #23 a Cdex converter tool and the required deodex automation has been pushed in the project. So closing this. |
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?
The text was updated successfully, but these errors were encountered: