An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# gui
HyperDbg's Graphical User Interface (GUI)

![image](demo.png)


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 .
```