Skip to content
/ win Public
forked from lxn/win

A Windows API wrapper package for the Go Programming Language

License

Notifications You must be signed in to change notification settings

g70245/win

This branch is 8 commits ahead of lxn/win:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

913c9f1 · Jan 17, 2025
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

win

A Windows API wrapper package for Go.

Originally part of walk, it is now a separate project. This repository is forked from the original win project with additional API bindings.

Setup

Make sure you have a working Go installation. See Getting Started

Now run go get github.com/g70245/win

Added Features

This fork adds the following Windows API bindings:

  • OpenProcess: Opens an existing local process object
  • ReadProcessMemory: Reads data from a process's memory space
  • MapVirtualKeyEx: Translates a virtual-key code into a scan code or character value

About

A Windows API wrapper package for the Go Programming Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%