Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fu5ha/procmem

Rust helpers to access other processes' memory on Windows
https://github.com/fu5ha/procmem

Last synced: 1 day ago
JSON representation

Rust helpers to access other processes' memory on Windows

Awesome Lists containing this project

README

        

[![crates.io](http://meritbadge.herokuapp.com/procmem)](https://crates.io/crates/procmem)
[![docs.rs](https://docs.rs/procmem/badge.svg)](https://docs.rs/procmem)

# `procmem`

This crate has some basic helpers for reading, writing, and changing the virtual memory protections of memory areas
in other processes. It's Windows-only, for now at least.