summaryrefslogtreecommitdiff
path: root/plugins/dwarf/shared/Cargo.toml
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2025-10-16 12:19:57 -0400
committerJosh Ferrell <josh@vector35.com>2025-10-16 20:29:43 -0400
commitb6740d03abd22441e2e79e1d6a13c474e3fcba90 (patch)
treeb4b317e182f23a0b9f2f633b25c54bed814abb4b /plugins/dwarf/shared/Cargo.toml
parente75d64a86a128b9a8cb3cb606e5f9560e90a4758 (diff)
Apply relocations when parsing DWARF
Diffstat (limited to 'plugins/dwarf/shared/Cargo.toml')
-rw-r--r--plugins/dwarf/shared/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/dwarf/shared/Cargo.toml b/plugins/dwarf/shared/Cargo.toml
index 83ecee93..19cb963e 100644
--- a/plugins/dwarf/shared/Cargo.toml
+++ b/plugins/dwarf/shared/Cargo.toml
@@ -11,3 +11,4 @@ binaryninjacore-sys.workspace = true
gimli = "0.31"
zstd = "0.13.2"
thiserror = "2.0"
+object = "0.36"