diff options
| author | Rubens Brandao <git@rubens.io> | 2023-11-22 18:57:28 -0300 |
|---|---|---|
| committer | KyleMiles <krm504@nyu.edu> | 2024-02-02 13:32:45 -0500 |
| commit | f682ca69b356755fe6c06bcdd8f4fab73f7d2c78 (patch) | |
| tree | 3cfc324cfe8043ccc8db1161f1f90c448d097c8a /rust/Cargo.toml | |
| parent | e1a6bdcd576f7caeaa6f97ff1e337a259057b333 (diff) | |
Rust API : Add HLIL Bindings
Diffstat (limited to 'rust/Cargo.toml')
| -rw-r--r-- | rust/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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" ] |
