Skip to main content

Physical memory introspection framework

Project description

memflow-py

Python support for Memflow, a physical memory introspection framework written in Rust.

Installation

  1. Install python package: pip install memflow
  2. Install appropriate memflow components (see memflowup).

Example

from memflow import *

class COFFHeader(Structure):
    _fields_ = [
        ("_pad0x0", c_byte * 6),
        ("sections", c_short),
        ("timestamp", c_uint32),
    ]

inventory = Inventory()
os = inventory.create_os("native")
process = os.process_from_name("CalculatorApp.exe")
module = process.module_by_name("CalculatorApp.dll")
header = process.read(module.base + 0x40, COFFHeader)
print(header)

Building from source

Prerequisites

Steps

  1. Fetch repository: git clone https://github.com/memflow/memflow-py
  2. Install maturin package: pip install maturin
  3. Install dev packages: pip install '.[dev]'
  4. Create virtualenv virtualenv .
  5. Active virtualenv source ./bin/activate
  6. Build wheels and install package: maturin develop
  7. Repeat step 4 when you make changes to source.
  8. Install pytest pip install pytest
  9. Test your changes: python -m pytest

For more information on building please see Maturin.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

memflow-0.2.0-cp37-abi3-win_amd64.whl (623.6 kB view details)

Uploaded CPython 3.7+ Windows x86-64

memflow-0.2.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7+ manylinux: glibc 2.17+ x86-64

memflow-0.2.0-cp37-abi3-macosx_10_12_x86_64.whl (837.4 kB view details)

Uploaded CPython 3.7+ macOS 10.12+ x86-64

File details

Details for the file memflow-0.2.0-cp37-abi3-win_amd64.whl.

File metadata

  • Download URL: memflow-0.2.0-cp37-abi3-win_amd64.whl
  • Upload date:
  • Size: 623.6 kB
  • Tags: CPython 3.7+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.4.0

File hashes

Hashes for memflow-0.2.0-cp37-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 9e25cff9447d283b05f9fb60f324c7ea7ea1162d0f84c98394d207f3de628146
MD5 81cecef51d0df2774c60ec54fe8b65e2
BLAKE2b-256 de7bbe7f240da303528cc6967729524696f41f9c7ad72a013aac63af7785880f

See more details on using hashes here.

File details

Details for the file memflow-0.2.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for memflow-0.2.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 205cd62b72945c126eb52337d06f7912db2cbd7b86a12f15ca9538ea64303c6c
MD5 038d3c03c6cb03e9feec091ea4f75117
BLAKE2b-256 f29ab108868d45c27eb655ebe8b0045edb008afa9c906c5ae6a23caa850e0dd4

See more details on using hashes here.

File details

Details for the file memflow-0.2.0-cp37-abi3-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for memflow-0.2.0-cp37-abi3-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8e96d60aa8fea6fb1812b9bb3f1578718790ac1a4cdee94aa229ded839575bb7
MD5 0ca55d21437d2661c809a9f918df6ddb
BLAKE2b-256 cebf1a939212ad9916a8e99dfcfedf5e5a4170bf07e16a8a898fba9ad57067b4

See more details on using hashes here.

Supported by

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