procmem 0.0.1

Helpers to access other processes' memory on Windows
1
2
3
4
5
6
7
[![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.