https://github.com/adridevelopsthings/process-memory
A simple tool to read the memory of a process on linux
https://github.com/adridevelopsthings/process-memory
Last synced: 11 months ago
JSON representation
A simple tool to read the memory of a process on linux
- Host: GitHub
- URL: https://github.com/adridevelopsthings/process-memory
- Owner: AdriDevelopsThings
- Created: 2024-04-30T18:23:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T18:23:50.000Z (about 2 years ago)
- Last Synced: 2025-04-05T11:23:08.784Z (about 1 year ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# process-memory
A simple tool written in rust to read the memory of a process on linux.
## Installation
Build this tool with `cargo build --release`.
## Usage
Just run
```
process-memory PID [OUTPUT_DIR]
```
`memory` will be used as output directory by default. If the output directory doesn't exist it will be created automaticaly. This tools creates a file inside of the directory for each memory page of the process.