Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 42c5e90

Browse files
authored
Cleanup - old Goblin ELF parser (#525)
* Removes the dependency "goblin". * Removes the adapter traits. * Inlines the trivial implementations and such that have only one call site. Moves the rest to other files. * Dissolves NewParser. * Removes std::borrow::Cow.
1 parent 9bfa436 commit 42c5e90

File tree

10 files changed

+229
-838
lines changed

10 files changed

+229
-838
lines changed

Cargo.lock

Lines changed: 0 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ arbitrary = { version = "1.0", optional = true, features = ["derive"] }
2323
byteorder = "1.2"
2424
combine = "3.8.1"
2525
gdbstub = { version = "0.6.2", optional = true }
26-
goblin = "0.5.1"
2726
hash32 = "0.2.0"
2827
log = "0.4.2"
2928
rand = { version = "0.8.5", features = ["small_rng"]}

cli/Cargo.lock

Lines changed: 0 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzz/Cargo.lock

Lines changed: 26 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)