https://github.com/hyperdbg/gui
HyperDbg's Graphical User Interface (GUI)
https://github.com/hyperdbg/gui
Last synced: about 1 year ago
JSON representation
HyperDbg's Graphical User Interface (GUI)
- Host: GitHub
- URL: https://github.com/hyperdbg/gui
- Owner: HyperDbg
- License: apache-2.0
- Created: 2022-07-14T09:24:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T13:42:59.000Z (over 1 year ago)
- Last Synced: 2025-04-02T11:08:35.326Z (over 1 year ago)
- Language: Go
- Size: 69.1 MB
- Stars: 74
- Watchers: 6
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gui
HyperDbg's Graphical User Interface (GUI)

how to build ?
```go
1. git clone https://github.com/HyperDbg/gui.git
2. install golang from https://go.dev/dl/
3. go run -x .
```