package
1.0.12
Repository: https://github.com/gfazzari/golang-win32.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

CloseHandle Win32 API wrapper.
No description provided by the author
CreateToolhelp32Snapshot Win32 API wrapper.
No description provided by the author
GetCurrentProcess Win32 API wrapper.
GetCurrentThread win32 API wrapper.
GetCurrentThreadId win32 API wrapper.
GetExitCodeProcess win32 API wrapper hProcess must have the PROCESS_QUERY_INFORMATION or PROCESS_QUERY_LIMITED_INFORMATION.
GetLastError win32 API wrapper.
GetModuleFilename Win32 API wrapper.
GetModuleFilenameExW Win32 API wrapper.
GetModuleHandleW Win32 API wrapper.
GetModuleInformation Win32 API wrapper Calling process needs PROCESS_QUERY_INFORMATION and VM_READ.
GetProcessIdOfThread win32 API wrapper.
GetThreadContext Win32 API wrapper.
GetThreadId win32 API wrapper.
No description provided by the author
No description provided by the author
OpenProcess Win32 API wrapper.
OpenThread Win32 api wrapper.
No description provided by the author
QueryDosDevice API wrapper if device is "" it retrieves the list of all available Devices https://docs.microsoft.com/en-us/windows/desktop/api/fileapi/nf-fileapi-querydosdevicew.
QueryFullProcessImageName Win32 API wrapper.
ReadProcessMemory Win32 API wrapper TODO: verify that we have everything.
ResetEvent Win32 API wrapper.
ResumeThread Win32 API wrapper.
SetThreadContext Win32 API wrapper.
SetThreadPriority Win32 API wrapper.
SuspendThread Win32 API wrapper.
No description provided by the author
Thread32First Win32 API wrapper.
Thread32Next Win32 API wrapper.
VirtualAllocEx Win32 API wrapper https://msdn.microsoft.com/en-us/library/windows/desktop/aa366890(v=vs.85).aspx LPVOID WINAPI VirtualAllocEx(_In_ HANDLE hProcess,_In_opt_ LPVOID lpAddress,_In_ SIZE_T dwSize,_In_ DWORD flAllocationType,_In_ DWORD flProtect); TODO: Test it.
VirtualProtect Win32 API wrapper.
VirtualQueryEx Win32 API wrapper.
WaitForMultipleObjects wrapper DWORD WaitForMultipleObjects( DWORD nCount, const HANDLE *lpHandles, BOOL bWaitAll, DWORD dwMilliseconds ); https://docs.microsoft.com/en-us/windows/desktop/api/synchapi/nf-synchapi-waitformultipleobjects */.
No description provided by the author
WriteProcessMemory Win32 API wrapper TODO: write test.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
threads.
threads.
threads.
threads.
threads.
threads.
threads.
threads.
threads.
threads.
threads.
threads.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author