From 8c9cdd38c3302280087c9e6d94f7f57083885edd Mon Sep 17 00:00:00 2001 From: Rubens Brandao Date: Sat, 18 Nov 2023 15:58:33 -0300 Subject: add mlil to rust --- 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 5bd61635..9ab2413a 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -24,5 +24,7 @@ members = [ "examples/dwarf/shared", "examples/flowgraph", "examples/minidump", + "examples/mlil_visitor", + "examples/mlil_lifter", "examples/template" ] -- cgit v1.3.1