question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not able to decompile Chrome Beta v72

See original GitHub issue

Information

  1. Apktool Version (apktool -version) - 2.3.4
  2. Operating System (Mac, Linux, Windows) - Linux
  3. APK From? (Playstore, ROM, Other) - Play Store/APK Mirror

Steps to Reproduce

  1. apktool d chrome.apk
  2. All reources will have 0_resource_name_obfuscated_APKTOOL_DUPLICATENAME_ and some id after that.

APK

https://www.apkmirror.com/apk/google-inc/chrome-beta/chrome-beta-72-0-3626-53-release/chrome-beta-72-0-3626-53-2-android-apk-download/download/

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
iBotPeachescommented, Jan 12, 2019

This is intended and working. How is Apktool suppose to name resources if the application has all the resources named the same?

        resource 0x7f16001a com.chrome.beta:xml/0_resource_name_obfuscated: t=0x03 d=0x00000461 (s=0x0008 r=0x00)
        resource 0x7f16001b com.chrome.beta:xml/0_resource_name_obfuscated: t=0x03 d=0x00000462 (s=0x0008 r=0x00)
        resource 0x7f16001c com.chrome.beta:xml/0_resource_name_obfuscated: t=0x03 d=0x00000463 (s=0x0008 r=0x00)

Every resource is the same name, so in order to decode to human readable formats we need to make up a name.

0reactions
nishithkhannacommented, Jan 14, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found