GP-5220: Update to dex2jar 2.4.24 and asm-9.7.1

This commit is contained in:
Dan
2025-01-02 16:05:42 -05:00
committed by Ryan Kurtz
parent 1b27a76de2
commit 586ae8f706
3 changed files with 20 additions and 21 deletions
-9
View File
@@ -61,15 +61,6 @@ file("${REPO_DIR}/Ghidra/application.properties").withReader { reader ->
}
ext.deps = [
[
name: "dex2jar-2.1.zip",
url: "https://github.com/pxb1988/dex2jar/releases/download/v2.1/dex2jar-2.1.zip",
sha256: "7a9bdf843d43de4d1e94ec2e7b6f55825017b0c4a7ee39ff82660e2493a46f08",
destination: {
unzip(DOWNLOADS_DIR, DOWNLOADS_DIR, "dex2jar-2.1.zip")
copyDirectory(new File(DOWNLOADS_DIR, "dex-tools-2.1/lib/"), FLAT_REPO_DIR, new WildcardFileFilter("dex-*"));
}
],
[
name: "java-sarif-2.1-modified.jar",
url: "https://github.com/NationalSecurityAgency/ghidra-data/raw/Ghidra_${RELEASE_VERSION}/lib/java-sarif-2.1-modified.jar",