[PR #65] [MERGED] Windows Registry support #67

Closed
opened 2026-03-02 02:13:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/amidaware/rmmagent/pull/65
Author: @fahadkhan-fk
Created: 10/2/2025
Status: Merged
Merged: 11/27/2025
Merged by: @wh1te909

Base: developHead: feature-registry


📝 Commits (10+)

  • f2d72b0 feat: add endpoint related to registry_browse
  • 80864f7 feat: add endpoint related to creating key in registry
  • d9954fe feat: add exist key check
  • 604a9d2 feat: add endpoint related to deleting key in registry
  • 285f484 feat:add endpoint related to renaming key in registry and add hasSubkeys flag in browse api
  • 35661fc feat: add endpoints related to create,delete,rename and modify value and windows raw api change in browse registry
  • f5bb746 feat: enhance registry APIs
  • 93f781d chore: update error msg
  • 8d51261 feat: add functions stub and format code
  • a3b42d5 fix: rename hive keys related issue

📊 Changes

3 files changed (+1302 additions, -0 deletions)

View changed files

📝 agent/agent_unix.go (+32 -0)
agent/registry_windows.go (+992 -0)
📝 agent/rpc.go (+278 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/amidaware/rmmagent/pull/65 **Author:** [@fahadkhan-fk](https://github.com/fahadkhan-fk) **Created:** 10/2/2025 **Status:** ✅ Merged **Merged:** 11/27/2025 **Merged by:** [@wh1te909](https://github.com/wh1te909) **Base:** `develop` ← **Head:** `feature-registry` --- ### 📝 Commits (10+) - [`f2d72b0`](https://github.com/amidaware/rmmagent/commit/f2d72b025fa9a2bf0f59349234fda73a2455a1e8) feat: add endpoint related to registry_browse - [`80864f7`](https://github.com/amidaware/rmmagent/commit/80864f72dc944ca2d71ee6374b040c434524a4df) feat: add endpoint related to creating key in registry - [`d9954fe`](https://github.com/amidaware/rmmagent/commit/d9954fe5977025cdf4f7cc6f28b8b54f81eb4cd0) feat: add exist key check - [`604a9d2`](https://github.com/amidaware/rmmagent/commit/604a9d24d999f9d8c7bcf03e0b95fb31eb93e2e3) feat: add endpoint related to deleting key in registry - [`285f484`](https://github.com/amidaware/rmmagent/commit/285f484d02574fa0849451eeb3269fe86fd6eadf) feat:add endpoint related to renaming key in registry and add hasSubkeys flag in browse api - [`35661fc`](https://github.com/amidaware/rmmagent/commit/35661fc7f2c3d4917b793156aac85277b20bbfc8) feat: add endpoints related to create,delete,rename and modify value and windows raw api change in browse registry - [`f5bb746`](https://github.com/amidaware/rmmagent/commit/f5bb746892d26e79fd4221221126e037d5771997) feat: enhance registry APIs - [`93f781d`](https://github.com/amidaware/rmmagent/commit/93f781d6a1b445d0f6747178092221c63ed92834) chore: update error msg - [`8d51261`](https://github.com/amidaware/rmmagent/commit/8d51261c325704a296429ca32abf93528f11f0dd) feat: add functions stub and format code - [`a3b42d5`](https://github.com/amidaware/rmmagent/commit/a3b42d5b6ec1f352d6c1382a25c94bc14db85aba) fix: rename hive keys related issue ### 📊 Changes **3 files changed** (+1302 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `agent/agent_unix.go` (+32 -0) ➕ `agent/registry_windows.go` (+992 -0) 📝 `agent/rpc.go` (+278 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 02:13:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rmmagent#67
No description provided.