This commit is contained in:
Rairosu
2024-04-02 18:52:06 +02:00
parent e7c2b2bd2a
commit 2feb739d75
42 changed files with 4785 additions and 2675 deletions

View File

@@ -11,7 +11,7 @@ noexports = []
lazy_static = "1.4.0"
log = "0.4"
libc = "0.2"
rayon = { version = "1.0", optional = true }
rayon = { version = "1.8", optional = true }
binaryninjacore-sys = { path = "binaryninjacore-sys" }
[workspace]
@@ -26,5 +26,10 @@ members = [
"examples/minidump",
"examples/mlil_visitor",
"examples/mlil_lifter",
"examples/hlil_visitor",
"examples/hlil_lifter",
"examples/template"
]
[profile.release]
debug = 1