{"id":38706217,"url":"https://github.com/memflow/memflow-py","last_synced_at":"2026-01-17T10:56:36.217Z","repository":{"id":64036909,"uuid":"572751475","full_name":"memflow/memflow-py","owner":"memflow","description":"Python support for memflow","archived":false,"fork":false,"pushed_at":"2023-12-28T22:37:13.000Z","size":136,"stargazers_count":15,"open_issues_count":17,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-12T16:05:35.972Z","etag":null,"topics":["dma","memflow","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/memflow/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/memflow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-12-01T00:26:32.000Z","updated_at":"2025-11-05T16:09:54.000Z","dependencies_parsed_at":"2023-12-27T00:42:59.476Z","dependency_job_id":null,"html_url":"https://github.com/memflow/memflow-py","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/memflow/memflow-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memflow%2Fmemflow-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memflow%2Fmemflow-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memflow%2Fmemflow-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memflow%2Fmemflow-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/memflow","download_url":"https://codeload.github.com/memflow/memflow-py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memflow%2Fmemflow-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dma","memflow","python"],"created_at":"2026-01-17T10:56:35.580Z","updated_at":"2026-01-17T10:56:36.203Z","avatar_url":"https://github.com/memflow.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# memflow-py\n\n[Python] support for [Memflow], a physical memory introspection framework written in [Rust].\n\n## Installation\n\n1. Install python package: `pip install memflow`\n2. Install appropriate memflow components (see [memflowup]).\n\n## Example\n\n```py\nfrom memflow import *\n\nclass COFFHeader(Structure):\n    _fields_ = [\n        (\"_pad0x0\", c_byte * 6),\n        (\"sections\", c_short),\n        (\"timestamp\", c_uint32),\n    ]\n\ninventory = Inventory()\nos = inventory.create_os(\"native\")\nprocess = os.process_from_name(\"CalculatorApp.exe\")\nmodule = process.module_by_name(\"CalculatorApp.dll\")\nheader = process.read(module.base + 0x40, COFFHeader)\nprint(header)\n```\n\n## Building from source\n\n### Prerequisites\n\n- Rust ([Compilation support](https://github.com/memflow/memflow#compilation-support))\n- Python (3.7 and up)\n- [python virtual environment](https://docs.python.org/3/tutorial/venv.html)\n\n### Steps\n\n1. Fetch repository: `git clone https://github.com/memflow/memflow-py`\n2. Install maturin package: `pip install maturin`\n3. Install dev packages: `pip install '.[dev]'`\n4. Create virtualenv `virtualenv .`\n5. Active virtualenv `source ./bin/activate`\n6. Build wheels and install package: `maturin develop`\n7. Repeat step 4 when you make changes to source.\n7. Install pytest `pip install pytest`\n8. Test your changes: `python -m pytest`\n\nFor more information on building please see [Maturin].\n\n[Memflow]: https://github.com/memflow/memflow\n[memflowup]: https://github.com/memflow/memflowup\n[Rust]: https://rust-lang.org/\n[Python]: https://python.org/\n[Maturin]: https://github.com/PyO3/maturin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemflow%2Fmemflow-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmemflow%2Fmemflow-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemflow%2Fmemflow-py/lists"}