go-windows

go-windows provides Go wrappers for Windows APIs.

APACHE-2.0 License

Stars
78
Committers
11

Bot releases are visible (Hide)

go-windows - v1.0.2 Latest Release

Published by kruskall 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/elastic/go-windows/compare/v1.0.1...v1.0.2

go-windows - v1.0.1 - 2019-08-28

Published by andrewkroh about 5 years ago

Security

  • Load DLLs only from Windows system directory.
go-windows - v1.0.0 - 2019-04-26

Published by andrewkroh over 5 years ago

Added

  • Add GetProcessMemoryInfo. #2
  • Add APIs to fetch process information #6.
    • NtQueryInformationProcess
    • ReadProcessMemory
    • GetProcessImageFileName
    • EnumProcesses
  • Add GetProcessHandleCount to kernel32. #7