From d75066545afdc9b5d0a52bd2518e43f683c671a5 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 13 Jun 2024 14:13:11 -0400 Subject: Apply stack variables from DWARF --- rust/Cargo.lock | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'rust/Cargo.lock') diff --git a/rust/Cargo.lock b/rust/Cargo.lock index dfccee5a..7e03d311 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -321,6 +321,7 @@ dependencies = [ "binaryninja", "dwarfreader", "gimli", + "iset", "log", ] @@ -466,6 +467,12 @@ dependencies = [ "hashbrown", ] +[[package]] +name = "iset" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d0716a0d7080cb7b20b9426276315e6ff5ed537bd920af47417b16de07f9ac76" + [[package]] name = "itertools" version = "0.11.0" -- cgit v1.3.1