diff options
| author | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-04-19 20:26:19 +0200 |
|---|---|---|
| committer | unknowntrojan <14975032+unknowntrojan@users.noreply.github.com> | 2023-04-19 20:26:19 +0200 |
| commit | d50d5ea7deb1db2bbbb7b442ecb947ac3d0250f6 (patch) | |
| tree | 31c2e85c8063fe0bce4829ae90b7064fbecf4a41 | |
| parent | af3765b437157ea44248c13abe856a59f3edafe2 (diff) | |
fix typos
| -rw-r--r-- | src/lib.rs | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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!"); |
