Offline Sysinternals RAMMap .RMP snapshot to CSV exporter
Project description
rmp2csv
Offline .RMP (Sysinternals RAMMap snapshot) → CSV exporter.
Reverse-engineering notes on the .RMP structure are in RMP_FORMAT.md.
See NEXT_AGENT.md for the current requirements, open questions, and next implementation steps.
Install (PyPI)
Once published, install with:
pip install rmp2csv
GUI extra:
pip install "rmp2csv[gui]"
Note: The PyPI project name must be unique. If rmp2csv is already taken on PyPI, publish under a different name and update the install command accordingly.
CLI
List supported export views:
python rmp2csv.py list-views
Export a specific view to a CSV:
python rmp2csv.py export <snapshot.rmp> --view physical_ranges --out physranges.csvpython rmp2csv.py export <snapshot.rmp> --view processes --out processes.csvpython rmp2csv.py export <snapshot.rmp> --view use_counts --out use_counts.csvpython rmp2csv.py export <snapshot.rmp> --view file_summary --out file_summary.csv
Optional: include a SHA256 of the snapshot (can be slow on large files):
python rmp2csv.py export <snapshot.rmp> --view processes --out processes.csv --sha256
Debug-heavy raw dump (limit rows):
python rmp2csv.py export <snapshot.rmp> --view pfn_raw --out pfn_raw.csv --limit 100000
Note: extract.py is still supported as the underlying implementation.
GUI (optional)
The GUI is a minimal 3-step wizard (select snapshot → select view → choose output + run).
- Install dependency:
pip install PySide6 - Run:
python rmp2csv_gui.py
Build & publish (maintainers)
Build wheels/sdist locally:
python -m pip install -U buildpython -m build
Upload to PyPI:
python -m pip install -U twinepython -m twine upload dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rmp2csv-0.1.0.tar.gz.
File metadata
- Download URL: rmp2csv-0.1.0.tar.gz
- Upload date:
- Size: 36.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22a8d141814b6cfb93ef13457260cbad64f3ddc02733cf83343a5460083e515c
|
|
| MD5 |
78c4f144783a97327cfb395242d6336d
|
|
| BLAKE2b-256 |
834f507477868f0c3153482940b78b986c3f25418da524e585daa9d5408a8152
|
File details
Details for the file rmp2csv-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rmp2csv-0.1.0-py3-none-any.whl
- Upload date:
- Size: 37.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c301e560fadfc117452a990b98ea441d7351ab764809fffe72980ed27f8480b3
|
|
| MD5 |
a2598205d37e8a783b702210ff980350
|
|
| BLAKE2b-256 |
1fb7cdefc69d6766f7b212de17b066045bd553e06a29db8eed551ada0aebb6f7
|