Closed jakev closed 8 years ago
Unfortunately this will be a bit more complicated, since frameworkdexdb
relies on frameworks.db, which doesn't know about these new 2/3 directories. Reopening.
DexDumpSql.jar will need to be updated to support picking a DEX from a JAR.
DexDumpSql.jar updated to support specifying DEX filename in JAR: https://github.com/jakev/DexDumpSql/commit/52757bc3aab17411cd1c8c6d0202510ebf774f67
If multiple DEX files exist in a framework JAR, only .classes.dex is considered for
baksmali
ing inframeworkdb unpack
. I'm going to try up to classes3.dex.