mem-find

Crates.iomem-find
lib.rsmem-find
version0.2.0
created_at2025-02-27 17:45:14.445729+00
updated_at2025-03-07 20:20:48.775745+00
descriptionSearches the memory of a process (haystack) for a string (needle).
homepage
repositoryhttps://github.com/mkroening/mem-find
max_upload_size
id1571993
size36,022
Martin Kröning (mkroening)

documentation

README

mem-find

Crates.io CI

This application searches the memory of a process (haystack) for a string (needle) via Linux' procfs.

Example

$ mem-find "Shell opt" $(pgrep bash)
Searching for "Shell opt" in process 123456 by mkroening: `bash`
55f658a30099: "Shell options:\n"

Installation

This application can be installed via cargo:

cargo install mem-find

License

Licensed under either of

at your option.

Contribution

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.

Commit count: 8

cargo fmt