Support unknown files in /res. #3162
Replies: 4 comments
-
Those aren't "official" Android res subdirectories. |
Beta Was this translation helpful? Give feedback.
-
I imagine we might be able to fix this, but not the easiest. The problem is we currently iterate the application during disassembly and toss out any file that we know is part of an official Android application - that includes the folder The problem for this is what do you trust as an unknown file in /res? You parse the entire arsc file for file resources before or after implicit qualifiers are added? So I'll mark this as an enhancement, because I've never seen really any app developer abuse an application and dump things in /res so I imagine this doesn't happen often. |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
I'm sorry I have no idea what this means in relation to what I said and Apktool. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Information
apktool -version
) -2.6.1
Windows 10 64 bit OS
Javafx Mobile Plugin
(org.javafxports:jfxmobile-plugin:1.3.18
,gradle apkRelease
)Stacktrace/Logcat
Steps to Reproduce
apktool if eSalesAnalyst2022.10.24.apk
apktool d eSalesAnalyst2022.10.24.apk -s -o decompile_apk -f
Rename eSalesAnalyst2022.10.24.apk to eSalesAnalyst2022.10.24.zip for comparing result
Frameworks
If this APK is from an OEM ROM (Samsung, HTC, LG). Please attach framework files
(
.apks
that live in/system/framework
or/system/priv-app
)No any file yet
APK
If this APK can be freely shared, please upload/attach a link to it.
https://drive.google.com/file/d/1gWQbbR8G08cWIYwnyVIhmosTX0FSGGEe/view?usp=share_link
Questions to ask before submission
apktool d
,apktool b
without changing anything? Yes, all the mentioned res files (e.g.decompile_apk/res/
) are removed in final build filedecompile_apk\dist
after run commandapktool b decompile_apk
:https://drive.google.com/file/d/15L_PWO7Qsdfn510pPbkGbgFfR_XHJFIT/view?usp=share_link
Beta Was this translation helpful? Give feedback.
All reactions