Skip to content

Instantly share code, notes, and snippets.

View maracko's full-sized avatar
:octocat:

Mario Petričko maracko

:octocat:
View GitHub Profile
@EliCDavis
EliCDavis / main.go
Created September 15, 2020 20:29
Find Windows Handle Of Application In Golang
package main
import (
"fmt"
"log"
"syscall"
"unsafe"
)
var (