Registry / utility / jchv-go-winloader

jchv-go-winloader

JSON →
library0.0.0-20250406163304-c1995be93bd1gogounverified

Go-winloader provides a Go interface for loading Windows DLLs and calling their functions.

go get github.com/jchv/go-winloader
INSTALL
IMPORT
SIG · JCHV-GO-WINLOADER
J
jchv-go-winloader
utilitygov0.0.0-20250406163304-c1995be93bd1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

winloader
github.com/jchv/go-winloader

Loads a Windows DLL and prints its handle.

package main import ( "fmt" "github.com/jchv/go-winloader" ) func main() { dll, err := winloader.LoadLibrary("user32.dll") if err != nil { panic(err) } fmt.Println(dll) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20250406163304-c1995be93bd1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
40
Bingbot
1
Resources
jchv-go-winloader — go get jchv-go-winloader · libregistry