{"id":13671812,"url":"https://github.com/rbspy/proc-maps","last_synced_at":"2025-10-10T18:50:02.782Z","repository":{"id":35016117,"uuid":"143091319","full_name":"rbspy/proc-maps","owner":"rbspy","description":"Read virtual memory maps from another process","archived":false,"fork":false,"pushed_at":"2025-01-20T01:03:23.000Z","size":127,"stargazers_count":78,"open_issues_count":1,"forks_count":14,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-10T18:50:02.452Z","etag":null,"topics":["process","rust","virtual-memory"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rbspy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-01T02:04:10.000Z","updated_at":"2025-09-28T04:13:48.000Z","dependencies_parsed_at":"2023-01-15T12:04:47.674Z","dependency_job_id":"b3dcad4c-7f36-4343-82ca-151d5ba8d622","html_url":"https://github.com/rbspy/proc-maps","commit_stats":{"total_commits":102,"total_committers":14,"mean_commits":7.285714285714286,"dds":0.5882352941176471,"last_synced_commit":"33aac5d5527620857e738368d9ef76ef9fce03f8"},"previous_names":["benfred/proc-maps"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/rbspy/proc-maps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbspy%2Fproc-maps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbspy%2Fproc-maps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbspy%2Fproc-maps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbspy%2Fproc-maps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbspy","download_url":"https://codeload.github.com/rbspy/proc-maps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbspy%2Fproc-maps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004909,"owners_count":26083802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["process","rust","virtual-memory"],"created_at":"2024-08-02T09:01:19.382Z","updated_at":"2025-10-10T18:50:02.758Z","avatar_url":"https://github.com/rbspy.png","language":"Rust","readme":"proc-maps\n=========\n[![Build Status](https://github.com/rbspy/proc-maps/actions/workflows/ci.yml/badge.svg)](https://github.com/rbspy/proc-maps/actions/workflows/ci.yml)\n[![crates.io](https://img.shields.io/crates/v/proc-maps.svg)](https://crates.io/crates/proc-maps)\n[![docs.rs](https://docs.rs/proc-maps/badge.svg)](https://docs.rs/proc-maps)\n\nThis crate supports reading virtual memory maps from another process - and supports\nLinux, macOS, Windows, and FreeBSD operating systems.\n\n## Examples\n\n```rust\nuse proc_maps::get_process_maps;\n\nlet maps = get_process_maps(pid)?;\nfor map in maps {\n    println!(\"Filename {:?} Address {} Size {}\", map.filename(), map.start(), map.size());\n}\n```\n\n```sh\ncargo run --example print_maps \u003cPID\u003e\n```\n\n## Credits\n\nThis code was originally developed by [Julia Evans](https://github.com/jvns) as part of the rbspy project: https://github.com/rbspy/rbspy.\n\n## License\n\nReleased under the MIT License.\n","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbspy%2Fproc-maps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbspy%2Fproc-maps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbspy%2Fproc-maps/lists"}