Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #3068

Closed
thkui12121233 opened this issue May 17, 2023 · 1 comment
Closed

[BUG] #3068

thkui12121233 opened this issue May 17, 2023 · 1 comment

Comments

@thkui12121233
Copy link

Information

  1. Apktool Version 2.7.0 -
  2. Operating System Windows 11
  3. APK From www.whatsapp.com/android
  4. Java Version 1.8.0_371

Stacktrace/Logcat

Exception in thread "main" brut.androlib.AndrolibException: Could not decode arsc file
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:56)
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:43)
at brut.androlib.res.AndrolibResources.installFramework(AndrolibResources.java:876)
at brut.androlib.res.AndrolibResources.installFramework(AndrolibResources.java:858)
at brut.androlib.Androlib.installFramework(Androlib.java:766)
at brut.apktool.Main.cmdInstallFramework(Main.java:281)
at brut.apktool.Main.main(Main.java:85)
Caused by: java.io.IOException: Expected: 0x00000008, got: 0x00000005
at brut.util.ExtDataInput.skipCheckShort(ExtDataInput.java:53)
at brut.androlib.res.decoder.ARSCDecoder.readValue(ARSCDecoder.java:399)
at brut.androlib.res.decoder.ARSCDecoder.readEntryData(ARSCDecoder.java:324)
at brut.androlib.res.decoder.ARSCDecoder.readTableType(ARSCDecoder.java:309)
at brut.androlib.res.decoder.ARSCDecoder.readTableTypeSpec(ARSCDecoder.java:224)
at brut.androlib.res.decoder.ARSCDecoder.readTablePackage(ARSCDecoder.java:133)
at brut.androlib.res.decoder.ARSCDecoder.readTableHeader(ARSCDecoder.java:85)
at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:51)
... 6 more

I tried "apktool if whatsapp.apk" and got this

I didn't change anything

THANKS

APK
www.whatsapp.com/android.

@iBotPeaches
Copy link
Owner

Thanks for report. Duplicate of: #3036

@iBotPeaches iBotPeaches closed this as not planned Won't fix, can't repro, duplicate, stale May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants