mirror of
https://github.com/TideSec/GoBypassAV.git
synced 2025-12-24 12:58:00 +08:00
9 lines
112 B
Go
9 lines
112 B
Go
package main
|
|
|
|
import "github.com/lxn/win"
|
|
|
|
func hide(){
|
|
win.ShowWindow(win.GetConsoleWindow(), win.SW_HIDE)
|
|
}
|
|
|