| Crates.io | mem-find |
| lib.rs | mem-find |
| version | 0.2.0 |
| created_at | 2025-02-27 17:45:14.445729+00 |
| updated_at | 2025-03-07 20:20:48.775745+00 |
| description | Searches the memory of a process (haystack) for a string (needle). |
| homepage | |
| repository | https://github.com/mkroening/mem-find |
| max_upload_size | |
| id | 1571993 |
| size | 36,022 |
This application searches the memory of a process (haystack) for a string (needle) via Linux' procfs.
$ mem-find "Shell opt" $(pgrep bash)
Searching for "Shell opt" in process 123456 by mkroening: `bash`
55f658a30099: "Shell options:\n"
This application can be installed via cargo:
cargo install mem-find
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.