Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fu5ha/procmem
- Owner: fu5ha
- Created: 2022-02-21T04:45:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T06:05:32.000Z (over 2 years ago)
- Last Synced: 2024-10-17T17:20:41.903Z (19 days ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.