Updatings links & documentation and SmaliDecoder fix

This commit is contained in:
Connor Tumbleson
2012-11-19 07:44:55 -06:00
parent 3fdf9ec09d
commit a7d7458ffc
3 changed files with 6 additions and 7 deletions

View File

@ -49,7 +49,7 @@ public class SmaliDecoder {
baksmali.disassembleDexFile(mApkFile.getAbsolutePath(),
new DexFile(mApkFile), false, mOutDir.getAbsolutePath(), null,
null, null, false, true, true, mBakDeb, false, false,
mDebug ? main.DIFFPRE: 0, false, false, null);
mDebug ? main.DIFFPRE: 0, false, false, null, false);
} catch (IOException ex) {
throw new AndrolibException(ex);
}