/procmem

simple cross-platform C ABI API to access memory of other processes based on the process-memory crate

Primary LanguageRustCreative Commons Zero v1.0 UniversalCC0-1.0

procmem

A simple cross-platform library for accessing the memory of other processes. Uses the process-memory crate by Tommoa for functionality.

A note on binary licensing

This repository is released under the CC0 license (contained in LICENSE). However, the process-memory crate and the Rust standard library, both of which are linked statically, are licensed under MIT, meaning that attribution must given in binary distributions. The process-memory license is available here for convenience. There are no clear guidelines for attribution for the Rust standard library (see rust-lang/rust#67014).