mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-21 01:07:34 +01:00
Updated to use (bak)smali 1.2.2 .
This commit is contained in:
parent
476ddbfa27
commit
3cee5a0b02
@ -47,7 +47,7 @@ public class AndrolibSmali {
|
|||||||
public void baksmali(String apkFile, String dir) throws AndrolibException {
|
public void baksmali(String apkFile, String dir) throws AndrolibException {
|
||||||
try {
|
try {
|
||||||
DexFile dexFile = new DexFile(apkFile);
|
DexFile dexFile = new DexFile(apkFile);
|
||||||
baksmali.disassembleDexFile(dexFile, false, dir, new String[]{}, "", false, true, true, true, false, 0, false);
|
baksmali.disassembleDexFile(apkFile, dexFile, false, dir, new String[]{}, "", null, false, true, true, true, false, 0, false, false);
|
||||||
} catch (IOException ex) {
|
} catch (IOException ex) {
|
||||||
throw new AndrolibException(ex);
|
throw new AndrolibException(ex);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user