summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 267ba9d..891c33a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,3 +1,11 @@
+//!
+//! binja_coolsigmaker
+//!
+//! a cooler sigmaker for binja
+//!
+//! written by unknowntrojan
+//!
+
#![feature(is_some_and, let_chains, core_intrinsics, iter_array_chunks)]
use std::ffi::CString;
use std::ops::Range;
@@ -566,7 +574,7 @@ impl AddressCommand for CStrSigMakerCommand {
impl Command for SigFinderCommand {
fn action(&self, bv: &BinaryView) {
- // please don't look a this code. its absolutely disgusting. i hate working with string so much.
+ // please don't look a this code. its absolutely disgusting. i hate working with strings so much.
let Ok(mut sig) = get_clipboard_contents() else {
log::error!("unable to get signature from clipboard!");