{"id":13995395,"url":"https://github.com/jabedude/procmaps","last_synced_at":"2025-04-09T16:02:46.135Z","repository":{"id":55017206,"uuid":"163437932","full_name":"jabedude/procmaps","owner":"jabedude","description":"Provides Rust interface to get current memory mappings for a given process","archived":false,"fork":false,"pushed_at":"2022-09-07T14:14:03.000Z","size":24,"stargazers_count":17,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T16:01:20.488Z","etag":null,"topics":["linux","memory","process","procfs","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jabedude.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-28T18:16:39.000Z","updated_at":"2024-05-23T23:01:58.000Z","dependencies_parsed_at":"2022-08-14T09:10:37.472Z","dependency_job_id":null,"html_url":"https://github.com/jabedude/procmaps","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabedude%2Fprocmaps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabedude%2Fprocmaps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabedude%2Fprocmaps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jabedude%2Fprocmaps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jabedude","download_url":"https://codeload.github.com/jabedude/procmaps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065291,"owners_count":21041871,"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","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":["linux","memory","process","procfs","virtual-memory"],"created_at":"2024-08-09T14:03:22.966Z","updated_at":"2025-04-09T16:02:46.100Z","avatar_url":"https://github.com/jabedude.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Rust procmaps - retrieve process memory maps\n\nA library for retrieving information about memory mappings for Unix processes.\n\nTo use, add this line to your Cargo.toml:\n\n```toml\n[dependencies]\nprocmaps = \"0.4.2\"\n```\n## Example\n```rust\nuse procmaps::Mappings;\n\nlet mappings = Mappings::from_pid(pid).unwrap();\nfor mapping in mappings.iter() {\n    if mapping.perms.executable {\n        println!(\"Region: {:x} - {:x} Size: {}\", mapping.base, mapping.ceiling, mapping.size_of_mapping());\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabedude%2Fprocmaps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjabedude%2Fprocmaps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjabedude%2Fprocmaps/lists"}