Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 239 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 239 Bytes

gui

HyperDbg's Graphical User Interface (GUI)

image

how to build ?

1. git clone https://github.com/HyperDbg/gui.git

2. install golang from https://go.dev/dl/

3. install gcc

4. go build -x .
	
5. go run -x .