JEB can not decompile the res

70 views
Skip to first unread message

keng deng

unread,
Jul 10, 2023, 10:34:54 PM7/10/23
to JEB Decompiler
hello:
I used the JEB to decompile the apk
download link as below

it can not decompile the obfuscated res
    <provider android:authorities="com.brave.browser.FileProvider" android:exported="false" android:grantUriPermissions="true" android:name="org.chromium.chrome.browser.util.ChromeFileProvider">
      <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/0_resource_name_obfuscated"/>
    </provider>

But when i try the jadx, it works fine

<provider android:name="org.chromium.chrome.browser.util.ChromeFileProvider" android:exported="false" android:authorities="com.brave.browser.FileProvider" android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/0_resource_name_obfuscated_res_0x7f17001a"/>
</provider>


0_resource_name_obfuscated_res_0x7f17001a.xml
<?xml version="1.0" encoding="utf-8"?>
<paths>
<root-path name="root" path="."/>
<files-path name="images" path="images/"/>
<cache-path name="cache" path="net-export/"/>
<cache-path name="passwords" path="passwords/"/>
<cache-path name="traces" path="traces/"/>
<cache-path name="webapk" path="webapks/"/>
<cache-path name="offline-cache" path="Offline Pages/archives/"/>
<external-path name="downloads" path="Download/"/>
<external-path name="downloads" path="Android/data/com.brave.browser/files/Download/"/>
</paths>


Can this be improved?

Nicolas Falliere

unread,
Jul 11, 2023, 9:51:26 AM7/11/23
to keng deng, JEB Decompiler
Yes, we can tweak this to have the id of the obfuscated resource in the name.

Thank you.

Best regards,
--
Nicolas Falliere (ni...@pnfsoftware.com)
JEB Decompiler, Founder and Architect


--
You received this message because you are subscribed to the Google Groups "JEB Decompiler" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jeb-decompile...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jeb-decompiler/972347e2-5b6d-4fe7-8dc9-b68c58469e6bn%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages