* feat: annotate JadxPlugin with NotNull Allows for better Kotlin support * feat: add support for custom resources loader * feat: add support for xapk resources loading * fix: rename "decode" to "load" * refactor: annotate JadxCodeInput with NotNull * feat: add support for xapk code loading * feat: add xapk support to file filter * fix code formatting * revert NotNull annotation * several improvements * refactor: fix typo --------- Co-authored-by: Skylot <skylot@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@ import jadx.core.utils.files.FileUtils;
|
||||
|
||||
public class JadxCLIArgs {
|
||||
|
||||
@Parameter(description = "<input files> (.apk, .dex, .jar, .class, .smali, .zip, .aar, .arsc, .aab)")
|
||||
@Parameter(description = "<input files> (.apk, .dex, .jar, .class, .smali, .zip, .aar, .arsc, .aab, .xapk)")
|
||||
protected List<String> files = new ArrayList<>(1);
|
||||
|
||||
@Parameter(names = { "-d", "--output-dir" }, description = "output directory")
|
||||
|
||||
Reference in New Issue
Block a user