summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknowntrojan <14975032+unknowntrojan@users.noreply.github.com>2023-05-17 20:13:07 +0200
committerunknowntrojan <14975032+unknowntrojan@users.noreply.github.com>2023-05-17 20:13:07 +0200
commit1535fcf9e16c9b65101ae29f15ba803ec582afdf (patch)
treecaf0f388e38d38edaa5a063bbdf88dc896f94478
parent7050aae7b52743bfdfca661dd522f879c16c3cf5 (diff)
lock rayon version
-rw-r--r--Cargo.toml2
-rw-r--r--src/lib.rs1
2 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6700075..887ba7c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
log = "0.4.17"
clipboard = "0.5.0"
binaryninja = { git = "https://github.com/Vector35/binaryninja-api.git", branch = "dev" }
-rayon = "*"
+rayon = "1.7.0"
iced-x86 = "1.17.0"
strum = { version = "0.24.1", features = ["derive"] }
serde = { version = "1.0.152", features = ["std"] }
diff --git a/src/lib.rs b/src/lib.rs
index b7050fa..8666b5e 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -856,6 +856,7 @@ pub extern "C" fn CorePluginInit() -> bool {
// TODO: (maybe) if signature not found, maybe go back a few instructions and attempt to create a signature with an offset.
// external_logger::init().unwrap();
+ log::info!("binja_coolsigmaker by unknowntrojan loaded!");
log::info!("say hello to the little ninja in your binja");
// #[cfg(debug_assertions)]