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.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 9ab2413a..cd3287d4 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -26,5 +26,7 @@ members = [ "examples/minidump", "examples/mlil_visitor", "examples/mlil_lifter", + "examples/hlil_visitor", + "examples/hlil_lifter", "examples/template" ] -- cgit v1.3.1