From b6740d03abd22441e2e79e1d6a13c474e3fcba90 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 16 Oct 2025 12:19:57 -0400 Subject: Apply relocations when parsing DWARF --- plugins/dwarf/shared/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/dwarf/shared/Cargo.toml') 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" -- cgit v1.3.1