summaryrefslogtreecommitdiff
path: root/rust/Cargo.lock
diff options
context:
space:
mode:
authorRubens Brandao <git@rubens.io>2023-11-18 15:58:33 -0300
committerKyle Martin <krm504@nyu.edu>2023-11-21 15:18:50 -0500
commit8c9cdd38c3302280087c9e6d94f7f57083885edd (patch)
tree8bccf380b4470e0de8ac11c23b164e0acf6ffbb0 /rust/Cargo.lock
parentb040fcfce48db861600eeb122cd0e2ff802fac96 (diff)
add mlil to rust
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r--rust/Cargo.lock14
1 files changed, 14 insertions, 0 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index fb490c25..42f4ed81 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -652,6 +652,20 @@ dependencies = [
]
[[package]]
+name = "mlil_lifter"
+version = "0.1.0"
+dependencies = [
+ "binaryninja",
+]
+
+[[package]]
+name = "mlil_visitor"
+version = "0.1.0"
+dependencies = [
+ "binaryninja",
+]
+
+[[package]]
name = "nom"
version = "7.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"