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

decompiling APK that compiled using NP Manager APK , with error Found: NP_MANAGER3 #3543

Open
bullghost opened this issue Mar 17, 2024 · 1 comment

Comments

@bullghost
Copy link

Information

  1. Apktool 2.9.3-
  2. Linux
  3. APK From internet that compile with NP Manager APK
  4. openjdk 11.0.16

Stacktrace/Logcat

Include stacktrace here
I: Using Apktool 2.9.3 on mm.apk
I: Loading resource table...
Exception in thread "main" brut.androlib.exceptions.AndrolibException: unsupported res type name for bags. Found: NP_MANAGER3
        at brut.androlib.res.data.value.ResValueFactory.bagFactory(ResValueFactory.java:102)
        at brut.androlib.res.decoder.ARSCDecoder.readComplexEntry(ARSCDecoder.java:462)
        at brut.androlib.res.decoder.ARSCDecoder.readEntryData(ARSCDecoder.java:383)
        at brut.androlib.res.decoder.ARSCDecoder.readTableType(ARSCDecoder.java:340)
        at brut.androlib.res.decoder.ARSCDecoder.readResourceTable(ARSCDecoder.java:96)
        at brut.androlib.res.decoder.ARSCDecoder.decode(ARSCDecoder.java:44)
        at brut.androlib.res.data.ResTable.loadResPackagesFromApk(ResTable.java:182)
        at brut.androlib.res.data.ResTable.loadMainPkg(ResTable.java:134)
        at brut.androlib.res.ResourcesDecoder.decodeResources(ResourcesDecoder.java:147)
        at brut.androlib.ApkDecoder.decode(ApkDecoder.java:104)
        at brut.apktool.Main.cmdDecode(Main.java:217)
        at brut.apktool.Main.main(Main.java:92)


### Steps to Reproduce
1. apktool d -f mm.apk -o ../output/

### Frameworks
no use



### Questions to ask before submission
i try decompile only
@iBotPeaches
Copy link
Owner

That isn't a valid type as far as I know. Seems like following the Facebook pattern of remapping types. Do you have the application to confirm this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants