Not able to decompile Chrome Beta v72
See original GitHub issueInformation
- Apktool Version (
apktool -version
) - 2.3.4 - Operating System (Mac, Linux, Windows) - Linux
- APK From? (Playstore, ROM, Other) - Play Store/APK Mirror
Steps to Reproduce
- apktool d chrome.apk
- All reources will have 0_resource_name_obfuscated_APKTOOL_DUPLICATENAME_ and some id after that.
APK
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Troubleshooting for the Chrome Beta extension – NordPass
Re-enable NordPass Beta extension Open extensions list by typing in "chrome://extensions/" in the address bar or opening Settings > Extensions. Click the ...
Read more >How to troubleshoot common problems with Chrome Browser
Get tips on how to troubleshoot common problems with Chrome Browser.
Read more >Chrome extension source viewer
View source code of Chrome extensions, Firefox addons or Opera extensions (crx/nex/xpi) from the Chrome web store and elsewhere.
Read more >Google extension enables picture-in-picture for Chrome OS ...
Google extension enables picture-in-picture for Chrome OS version 72 ... You'll need to be running the v72 Beta build of Chrome OS to...
Read more >How do I directly modify a Google Chrome Extension File ...
As far as I know they are "compressed" in a .CRX file. It is possible to directly modify the html, js, json of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is intended and working. How is Apktool suppose to name resources if the application has all the resources named the same?
Every resource is the same name, so in order to decode to human readable formats we need to make up a name.
Thanks for such a detailed explanation. And sorry for taking so much of your time. The explanation really helped me understand what’s going on.
Actually I am a themer so that’s why was so concerned about this. Firstly it happened in Facebook now it has some folders like color2
Now this is coming to Google apps. Maybe they are using some obfuscating code that is causing this. Anyways it is what it is.
Thanks again for such explanation and for making apktool.