Documentation
¶
Index ¶
- func CreateRemoteThread(hProcess windows.Handle, lpThreadAttributes *windows.SecurityAttributes, ...) (threadHandle windows.Handle, err error)
- func GetExitCodeThread(hTread windows.Handle, lpExitCode *uint32) (err error)
- func VirtualAllocEx(hProcess windows.Handle, lpAddress uintptr, dwSize uintptr, ...) (addr uintptr, err error)
- func VirtualProtectEx(hProcess windows.Handle, lpAddress uintptr, dwSize uintptr, ...) (err error)
- func WriteProcessMemory(hProcess windows.Handle, lpBaseAddress uintptr, lpBuffer *byte, nSize uintptr, ...) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRemoteThread ¶
func GetExitCodeThread ¶
func VirtualAllocEx ¶
func VirtualProtectEx ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.