{"id":17159281,"url":"https://github.com/jamesmoriarty/gomem","last_synced_at":"2026-02-27T11:40:03.351Z","repository":{"id":50130743,"uuid":"254317724","full_name":"jamesmoriarty/gomem","owner":"jamesmoriarty","description":"A Go library for manipulating Windows processes.","archived":false,"fork":false,"pushed_at":"2021-10-20T10:54:22.000Z","size":57,"stargazers_count":51,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T04:51:17.258Z","etag":null,"topics":["dll","dll-injection","exploit","external","go","golang","hack","kernel32","kernel32-dll","reverse-engineering","security","windows"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/jamesmoriarty/gomem","language":"Go","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/jamesmoriarty.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}},"created_at":"2020-04-09T08:43:52.000Z","updated_at":"2024-12-27T21:23:26.000Z","dependencies_parsed_at":"2022-09-03T01:06:04.203Z","dependency_job_id":null,"html_url":"https://github.com/jamesmoriarty/gomem","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesmoriarty%2Fgomem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesmoriarty%2Fgomem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesmoriarty%2Fgomem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesmoriarty%2Fgomem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesmoriarty","download_url":"https://codeload.github.com/jamesmoriarty/gomem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248720988,"owners_count":21151021,"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":["dll","dll-injection","exploit","external","go","golang","hack","kernel32","kernel32-dll","reverse-engineering","security","windows"],"created_at":"2024-10-14T22:13:52.200Z","updated_at":"2026-02-27T11:39:58.329Z","avatar_url":"https://github.com/jamesmoriarty.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoMem\n\n![Continuous Integration](https://github.com/jamesmoriarty/gomem/workflows/Continuous%20Integration/badge.svg?branch=master) ![Latest Tag](https://img.shields.io/github/v/tag/jamesmoriarty/gomem.svg?logo=github\u0026label=latest) [![Go Report Card](https://goreportcard.com/badge/github.com/jamesmoriarty/gomem)](https://goreportcard.com/report/github.com/jamesmoriarty/gomem)\n\nA Go package for manipulating Windows processes. Automated tests manipulate and verify their own process memory via Windows APIs.\n\n```go\nimport \"github.com/jamesmoriarty/gomem\"\n\n// Open process with handle.\nprocess, err  := gomem.GetOpenProcessFromName(\"example.exe\")\n\n// Read from process memory.\nvaluePtr, err := process.ReadUInt32(offsetPtr)\n\n// Write to process memory.\nprocess.WriteByte(valuePtr, value)\n```\n\n## Build\n\n```\ngo build\n```\n\n## Test\n\n```\ngo test\n```\n\n## Docs\n\n[pkg.go.dev/github.com/jamesmoriarty/gomem](https://pkg.go.dev/github.com/jamesmoriarty/gomem)\n\n## Examples\n\n[github.com/jamesmoriarty/gohack](https://github.com/jamesmoriarty/gohack)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesmoriarty%2Fgomem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesmoriarty%2Fgomem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesmoriarty%2Fgomem/lists"}