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

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

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.