Added feature to use headers for detect resource extensions#2495
Added feature to use headers for detect resource extensions#2495skylot merged 2 commits intoskylot:masterfrom
Conversation
…if resource obfuscated
…for decode bytes to string
|
@MrIkso to be honest I don't like a additional decoding run, but since you made this feature opt-in and it also runs only if resource deobfuscation is applying alias, it is fine for now. I hope this will be resolved once a |
@skylot Can you be more informative? I guess I'm not decoding the resources again, or do you mean header parsing is implemented a little in the wrong place? I seen in gui, decoding of resources themselves happens when you open them. |
|
Oh, sure, instead |
Currently jadx get resource extension from name. But if names hard obfuscated and don't have extensions. This PRs slove this problem for detect some popular resources used on apk. Also closes #1643 with correct detection of .9.png.
Example apk how to test: #584