You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new issue with 2.8.0 and 2.8.1-SNAPSHOT, whenever decompiling an APK, it now calls "getPackage" (and then "loadFrameworkPkg") on arbitrary IDs instead of just loading the framework packages the APK depends on.
Don't have much information about this, still investigating myself where those IDs are coming from, but here's a piece of logging I added to both 2.8.1-SNAPSHOT and 2.7.1-SNAPSHOT for an obvious demo:
(same APK, left is 2.8.1-SNAPSHOT, right is 2.7.1-SNAPSHOT)
The text was updated successfully, but these errors were encountered:
One important point to mention, those unexpected getPackage/loadFrameworkPkg calls are happening between multiple stages while there are none of those calls in 2.7.1. If the output is saved to a file, it's a whopping 1.35MB of junk: Apktool_2.8.1-SNAPSHOT.zip
A new issue with 2.8.0 and 2.8.1-SNAPSHOT, whenever decompiling an APK, it now calls "getPackage" (and then "loadFrameworkPkg") on arbitrary IDs instead of just loading the framework packages the APK depends on.
Don't have much information about this, still investigating myself where those IDs are coming from, but here's a piece of logging I added to both 2.8.1-SNAPSHOT and 2.7.1-SNAPSHOT for an obvious demo:
(same APK, left is 2.8.1-SNAPSHOT, right is 2.7.1-SNAPSHOT)
The text was updated successfully, but these errors were encountered: