https://github.com/shortarrow/shmphin
Shared Memory Editor
https://github.com/shortarrow/shmphin
Last synced: 11 months ago
JSON representation
Shared Memory Editor
- Host: GitHub
- URL: https://github.com/shortarrow/shmphin
- Owner: ShortArrow
- Created: 2024-10-06T06:47:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-15T06:21:35.000Z (12 months ago)
- Last Synced: 2025-07-22T01:43:08.409Z (11 months ago)
- Language: C#
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shmphin

## Summary
Shmphin is a Shared Memory Editor.
Like a hex editor, or binary editor.
If you know RWeverything, you can think of it as a shared memory version of RWeverything.
**This is a experimental project, and not all features are implemented yet.**
## Why Shmphin
- Shared memory is a common way to communicate between processes.
- Sometimes we need to check mapping manually.
- Sometimes we need to modify the bits in the shared memory.
## Not list
- GUI
## Parameters
### Priority
$$
\text{Internal default} < \text{Toml config} < \text{Command line parameters} < \text{TUI command}
$$
## LoadMap
- Maybe Shmphin will migrate to Rust like Glazewm