Skip to main content

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:

  • rmp2csv list-views

Export a specific view to a CSV:

  • rmp2csv export <snapshot.rmp> --view physical_ranges --out physranges.csv
  • rmp2csv export <snapshot.rmp> --view processes --out processes.csv
  • rmp2csv export <snapshot.rmp> --view use_counts --out use_counts.csv
  • rmp2csv export <snapshot.rmp> --view file_summary --out file_summary.csv

Optional: include a SHA256 of the snapshot (can be slow on large files):

  • rmp2csv export <snapshot.rmp> --view processes --out processes.csv --sha256

Debug-heavy raw dump (limit rows):

  • rmp2csv 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

If installed via pip install "rmp2csv[gui]", you can also run:

  • rmp2csv-gui

Build & publish (maintainers)

Build wheels/sdist locally:

  • python -m pip install -U build
  • python -m build

Upload to PyPI:

  • python -m pip install -U twine
  • python -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

rmp2csv-1.0.0.tar.gz (36.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rmp2csv-1.0.0-py3-none-any.whl (37.0 kB view details)

Uploaded Python 3

File details

Details for the file rmp2csv-1.0.0.tar.gz.

File metadata

  • Download URL: rmp2csv-1.0.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

Hashes for rmp2csv-1.0.0.tar.gz
Algorithm Hash digest
SHA256 0963a90a948a697406450ddc4d9d1665692ef168af21c08f89819e057d19d13b
MD5 1c251be9edfe6e7705499cd5cfb4e5e3
BLAKE2b-256 fc116c00a72f0a1bccfc8e6563436d5fd5ebab94c3b37b2a0afd83cfa616c798

See more details on using hashes here.

File details

Details for the file rmp2csv-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: rmp2csv-1.0.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

Hashes for rmp2csv-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 90ab5e7b4a94f7c14734dcc2027bec7fad0c6918ff446b41b2f605735efbb881
MD5 1fe4e2bcd7b359fe6d2d5249945fd597
BLAKE2b-256 ab561d9547391c560201bb01c479b28f93d2d83d07e9cdd9aa64ec576def403e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page