summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-02-13 13:40:06 -0500
committerMason Reed <mason@vector35.com>2025-02-13 13:40:06 -0500
commit88b364801d4d740435b5dfe5c6a07736a00d233d (patch)
treec7073b65e19188b3564928b0491587014d6a4b86
parentc99986fc66366ff205783add30401d341517b0e0 (diff)
Remove bintxt plugin
Binary Ninja now supports these formats in the core
-rw-r--r--Cargo.lock23
-rw-r--r--Cargo.toml1
2 files changed, 0 insertions, 24 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 60704431..b654a376 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1499,12 +1499,6 @@ dependencies = [
]
[[package]]
-name = "ihex"
-version = "3.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "365a784774bb381e8c19edb91190a90d7f2625e057b55de2bc0f6b57bc779ff2"
-
-[[package]]
name = "image"
version = "0.25.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2679,12 +2673,6 @@ dependencies = [
]
[[package]]
-name = "srec"
-version = "0.2.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "17c3a0538ec242e3cd333cdcdc8b720faa2fa0a9d7f444cf1ff63e7d3303adfb"
-
-[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2978,17 +2966,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
-name = "view_bintxt"
-version = "0.1.0"
-dependencies = [
- "binaryninja",
- "binaryninjacore-sys",
- "ihex",
- "log",
- "srec",
-]
-
-[[package]]
name = "walkdir"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index 13eccddc..1d6de3da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,6 @@ members = [
"rust",
"arch/riscv",
"arch/msp430",
- "view/bintxt",
"view/minidump",
"plugins/dwarf/dwarf_import",
"plugins/dwarf/dwarf_export",