Apktool/brut.apktool
IgorEisberg 1472b50541 fix: pass opcodes=null for baksmali to auto-determine by dex version
When DexBackedDexFile gets opcodes==null, it calls getDefaultOpcodes(dexVersion) which returns the appropriate opcodes for the given dex version. No hints are required for baksmali, but only needed for smali.
https://github.com/JesusFreke/smali/blob/master/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/DexBackedDexFile.java#L83
2021-07-03 23:05:04 +03:00
..
apktool-cli Handle setAnalysisMode properly 2021-07-03 22:17:00 +03:00
apktool-lib fix: pass opcodes=null for baksmali to auto-determine by dex version 2021-07-03 23:05:04 +03:00