{"id":23496201,"url":"https://github.com/jacoblightning/memorymanage","last_synced_at":"2026-04-25T21:33:47.936Z","repository":{"id":268638833,"uuid":"863823243","full_name":"Jacoblightning/MemoryManage","owner":"Jacoblightning","description":"A C library for easy memory management of other processes. Could be used for process hacking and other fun things.","archived":false,"fork":false,"pushed_at":"2025-10-16T04:25:23.000Z","size":119,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-17T07:07:41.627Z","etag":null,"topics":["linux","memory","memory-hacking","memory-management","process","processhacking","wrapper-library"],"latest_commit_sha":null,"homepage":"https://memorymanage.readthedocs.io","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jacoblightning.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-27T01:31:16.000Z","updated_at":"2025-10-16T04:25:26.000Z","dependencies_parsed_at":"2024-12-18T02:38:34.040Z","dependency_job_id":"c45f6061-8d0a-4ada-be99-131da26b20ee","html_url":"https://github.com/Jacoblightning/MemoryManage","commit_stats":null,"previous_names":["jacoblightning/memorymanage"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Jacoblightning/MemoryManage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacoblightning%2FMemoryManage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacoblightning%2FMemoryManage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacoblightning%2FMemoryManage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacoblightning%2FMemoryManage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jacoblightning","download_url":"https://codeload.github.com/Jacoblightning/MemoryManage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jacoblightning%2FMemoryManage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32278249,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: 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":["linux","memory","memory-hacking","memory-management","process","processhacking","wrapper-library"],"created_at":"2024-12-25T04:11:46.914Z","updated_at":"2026-04-25T21:33:47.920Z","avatar_url":"https://github.com/Jacoblightning.png","language":"C","readme":"# MemoryManage\n\n[![Documentation Status](https://readthedocs.org/projects/memorymanage/badge/?version=latest)](https://memorymanage.readthedocs.io/en/latest/?badge=latest)\n\n## We (I) recommend you look at the online docs instead. They are much more detailed. You can view them [Here](https://memorymanage.readthedocs.io)\n### A C library for easy memory management of other processes. Could be used for process hacking and other fun things.\n# Installation\n## Another CMake Project (Recommended)\n##### Use FetchContent:\n```cmake\ninclude(FetchContent)\n\nfetchcontent_declare(\n        MemoryManage\n        GIT_REPOSITORY https://github.com/Jacoblightning/MemoryManage\n        GIT_TAG main\n)\nfetchcontent_makeavailable(\n        MemoryManage\n)\n\ntarget_link_libraries(\u003cYour executable\u003e PRIVATE MemoryManage\u003cStatic or Dynamic\u003e)\n```\n###### Then just include the header:\n```c++ // At the very least, IDEA does not accept C as a language here.\n#include \u003cMemoryManage/MemoryManage.h\u003e\n```\n## A normal C or C++ Project\n##### Use git and install\n```shell\ngit clone https://github.com/Jacoblightning/MemoryManage\ncd MemoryManage\nmkdir build\ncd build\ncmake ..\ncmake --build .\nsudo cmake --install .\n```\n## The latest action\n### [Nightly.link (Just click here)](https://nightly.link/Jacoblightning/MemoryManage/workflows/cmake-single-platform-release/main)\n### Manually (Requires GitHub account)\n1. Go to the [Actions Page](https://github.com/Jacoblightning/MemoryManage/actions/workflows/cmake-single-platform-release.yml)\n2. Click on the latest action\n3. Scroll to Artifacts and choose the one you want.\n## GitHut Releases (Not Recommended)\n1. Go to [the latest release](https://github.com/Jacoblightning/MemoryManage/releases/latest)\n2. Download the one you want.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacoblightning%2Fmemorymanage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjacoblightning%2Fmemorymanage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjacoblightning%2Fmemorymanage/lists"}