-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can't decompile apk file which using kolin #1828
Comments
@ibuprophen1
|
@hurricanetx If you don't need to manipulate resources in the apk , you can use a workaround and decompile apk without resources.
|
@thekalin I'm trying that case before, but the apk is always crash. |
@ibuprophen1 thank you. the release 2.3.3 used which is same as 2.3.4 |
@hurricanetx paste the logcat output. In my case it looks like this.
|
@thekalin The logcat output is in follow:
The orginal apk package size is 41MB. The package used apktools to rebuild version is 36MB |
@hurricanetx They apk file from the link have the size of 39 MB, not 41 MB ;/
|
@thekalin Apk file from the link is correct. Maybe they had updated the package, but result as some as the package i used before |
@hurricanetx Daym, I'm out of ideas now ;X |
Looks like a new version/enhancement of AndroResGuard. I think there is a duplicate ticket of this, but not sure. |
@iBotPeaches Thanks, maybe you are right. Here is the AndroResGuard source url: https://github.com/shwenzhang/AndResGuard, but how can i ensure this project used this tool. |
@hurricanetx I recognize the resource directory named "r" from AndResGuard, so just what I thought this application is using for obfuscation. |
@iBotPeaches 666,Thank you for your answer a lot |
@hurricanetx Did you finally succeed? I'm also grabbing Dedao app's network requests. |
@ripperhe No,always failed. But i'm use ssl-unpinning to catch app data |
@hurricanetx Could you be more specific? Can we talk about it with WeChat? My WeChat account is hezongyi0094. |
@iBotPeaches @ripperhe @thekalin Is there any alternate method to successfully de-compile and recompile apk with such obfuscation , i mean AndResGuard. Trying to unpack and repack Cleanmaster which is also using this ( tried with --no-res , no success) |
Kotlin has nothing to do with this crash. It appears to be resource obfuscation, renaming and moving. Choking up the decoder. This is a duplicate (or at least I'm tracking it there) - #1948 |
Information
apktool -version
) - 2.3.3 , 2.3.4Stacktrace/Logcat
Steps to Reproduce
apktool
d 201805251639406027371511.apkapktool
b 201805251639406027371511Frameworks
None
APK
下载APK
Questions to ask before submission
apktool d
,apktool b
without changing anything?tried -r ,but nothing works
no,i just try to decompile and build
yes,try 2.3.3 and git clone master build latest apktool to try out it
The text was updated successfully, but these errors were encountered: