2 unstable releases
new 0.2.0 | Mar 7, 2025 |
---|---|
0.1.0 | Feb 27, 2025 |
#158 in Unix APIs
146 downloads per month
11KB
261 lines
mem-find
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.
Dependencies
~3.5MB
~69K SLoC