Skip to content

C1ph3rX13/xwindows

Repository files navigation

xwindows

Go interface to DLLs functions

Base on golang.org/x/sys/windows

Note

Please do not consider this code, particularly the autogenerated code, as stable. Identifiers names may still be subject to change.

Description

This package makes selected DLLs functions directly available in Go programs. At the moment, types and functions for accessing kernel objects and the Registry are included. The goal is to, eventually, cover all available functions.

What’s Changed

2024.03.01

  1. 修复多个函数的Bug
  2. 添加文档
  3. 新增多个未公开的函数

2024.02.26

variant 项目衍生库

  1. 基于golang.org/x/sys/windows
  2. 使用syscall.SyscallN()作为syscall的调用,增加了绝大多数Go loader所使用的函数
  3. 包含了variant 项目所有的函数,同步更新

Uasge

xwindows.EnumPageFilesW()

About

Powerful golang.org/x/sys/windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages