issues
search
AllenDang
/
w32
A wrapper of windows apis for the Go Programming Language.
Other
766
stars
247
forks
source link
Added ReadProcessMemory, WriteProcessMemory, some examples, etc
#50
Closed
xackery
closed
6 years ago
xackery
commented
9 years ago
I restructured a little bit how you do returns, but it makes it more "Go-like" instead of requiring someone to learn w32's style.
I also tweaked README to include an example hello world message box, as well as a more updated setup instructtion.