8000 GitHub - g70245/win: A Windows API wrapper package for the Go Programming Language
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

g70245/win

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%
0