mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 10:11:21 +08:00
GP-5220: Update to dex2jar 2.4.24 and asm-9.7.1
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user