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.
Make sure you have a working Go installation. See Getting Started
Now run go get github.com/g70245/win
This fork adds the following Windows API bindings:
OpenProcess
: Opens an existing local process objectReadProcessMemory
: Reads data from a process's memory spaceMapVirtualKeyEx
: Translates a virtual-key code into a scan code or character value