From f682ca69b356755fe6c06bcdd8f4fab73f7d2c78 Mon Sep 17 00:00:00 2001 From: Rubens Brandao Date: Wed, 22 Nov 2023 18:57:28 -0300 Subject: Rust API : Add HLIL Bindings --- rust/Cargo.lock | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'rust/Cargo.lock') diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 42f4ed81..c81b1aac 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -498,6 +498,20 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" +[[package]] +name = "hlil_lifter" +version = "0.1.0" +dependencies = [ + "binaryninja", +] + +[[package]] +name = "hlil_visitor" +version = "0.1.0" +dependencies = [ + "binaryninja", +] + [[package]] name = "indexmap" version = "1.9.3" -- cgit v1.3.1