mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-905 update Img4 file system to use real bouncycastle
This commit is contained in:
parent
f91ba90fe8
commit
f96082e551
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,6 @@ eclipse.project.name = 'Features FileFormats'
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':Base')
|
compile project(':Base')
|
||||||
compile project(':Recognizers')
|
compile project(':Recognizers')
|
||||||
compile project(':Python')
|
|
||||||
|
|
||||||
compile ':dex-ir:2.0'
|
compile ':dex-ir:2.0'
|
||||||
compile ':dex-reader:2.0'
|
compile ':dex-reader:2.0'
|
||||||
|
@ -33,6 +32,7 @@ dependencies {
|
||||||
compile ':dex-translator:2.0'
|
compile ':dex-translator:2.0'
|
||||||
|
|
||||||
compile 'org.ow2.asm:asm-debug-all:4.1'
|
compile 'org.ow2.asm:asm-debug-all:4.1'
|
||||||
|
compile 'org.bouncycastle:bcprov-jdk15on:1.68'
|
||||||
|
|
||||||
compile 'org.smali:baksmali:1.4.0' // TODO: upgrade to 2.2.6
|
compile 'org.smali:baksmali:1.4.0' // TODO: upgrade to 2.2.6
|
||||||
compile 'org.smali:dexlib:1.4.0'
|
compile 'org.smali:dexlib:1.4.0'
|
||||||
|
|
|
@ -20,7 +20,7 @@ import java.util.*;
|
||||||
|
|
||||||
import javax.swing.Icon;
|
import javax.swing.Icon;
|
||||||
|
|
||||||
import org.python.bouncycastle.asn1.*;
|
import org.bouncycastle.asn1.*;
|
||||||
|
|
||||||
import ghidra.app.util.bin.ByteProvider;
|
import ghidra.app.util.bin.ByteProvider;
|
||||||
import ghidra.file.crypto.CryptoKey;
|
import ghidra.file.crypto.CryptoKey;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue