-
Notifications
You must be signed in to change notification settings - Fork 297
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
Crashing when opening app from main page #951
Comments
This is the magic of the AndroidManifest.xml of NP Manager (in hexadecimal):
Since Android Binary XML uses little endian, it could be written as follows:
The first part is the version i.e. 0x0000 and the second part is the header i.e. 0x0008. Version 0x0000 appears to be invalid according to my checks (App Manager expects 0x0003). Other XML files, as it appears, are perfectly fine. Related issue: LSPosed/LSPatch#135 |
So this is something which cannot be fixed on our side, right? |
I'm not sure yet. Since Android package parser is able to parse this file, there might be a way. Interestingly, the other parser provided by the AOSP is not working as you can see in the error above. |
Even Android's own buildtools'
|
Ah, |
All existing Java implementations will fail to parse this file. A possible alternative is to create a new implementation from |
Depends on REAndroid/ARSCLib#9 |
Fixed in bbcc802 Note: If APK signing is enabled, the installation will still fail due to an issue with the apksig library, which will be fixed later in the corresponding library. |
Please check before submitting an issue
Describe the bug
I have installed this shady chinies app NP MANAGER (just bcz it connects to internet), provides functionalities which you see in MT Manager. This app seems highly obfuscated. I can not open the NP manager app info in the AM Debug version. It crashes the AM Debug. I am attaching logs below.
To Reproduce
Expected behavior
Should open details page for NP manager.
Screenshots
No response
Logs
Device info
Everything given in logs above.
Additional context
No response
The text was updated successfully, but these errors were encountered: