Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuriofernandez/go-memory-accessor
A simple and easy to use GO language library to access windows process in-memory data 🐏🦾✨
https://github.com/nuriofernandez/go-memory-accessor
game-memory library memory memory-hacking
Last synced: 2 days ago
JSON representation
A simple and easy to use GO language library to access windows process in-memory data 🐏🦾✨
- Host: GitHub
- URL: https://github.com/nuriofernandez/go-memory-accessor
- Owner: nuriofernandez
- Created: 2022-07-16T02:13:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-16T02:29:23.000Z (over 2 years ago)
- Last Synced: 2024-01-03T14:36:01.299Z (10 months ago)
- Topics: game-memory, library, memory, memory-hacking
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GO Memory Accessor
```go
memoryAccessor.FindProcessByName
``````go
memoryAccessor.ReadByte
``````go
memoryAccessor.ReadInt
``````go
memoryAccessor.ReadFloat
``````go
memoryAccessor.ReadDWORD
```