-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Better generation of public.xml file. #191
Comments
Closing as this is not feasible, the goal is to remove |
IMHO this is impossible. obfuscators can replace constants with code that produces the desired IDs. so how would one go about this? |
Probably why I closed it. The rewriting of resIds from dynamic code would for sure make this impossible. |
Original issue 80 created by Brut.alll on 2010-07-28T11:17:51.000Z:
If you decode apk with -s switch, then maybe there should be a switch to generate public.xml fully (divide into above groups) or treat all non-public resources as "maybe they are in the code" - similarly to current solution.
If you decode apk without classes.dex file, then by default apktool will assume, that it's pure-res, so it will treat all resources as "others" group - they will be commented out. But there should be a switch to treat them as "maybe they are in the code" group.
The text was updated successfully, but these errors were encountered: