Documentation ¶
Index ¶
- func AntiAntiDebug()
- func DetectHooksOnCommonWinAPIFunctions(moduleName string, functions []string) bool
- func GetModuleHandleA(library string) uintptr
- func GetProcAddress(hModule uintptr, function string) uintptr
- func LdrGetDllHandleEx(flags uint64, dllPath string, dllCharacteristics string, ...) uint32
- func LdrGetProcedureAddressForCaller(moduleHandle uintptr, procedureName *ANSI_STRING, procedureNumber uint16, ...) uint32
- func LowLevelGetModuleHandle(library string) uintptr
- func LowLevelGetProcAddress(hModule uintptr, function string) uintptr
- func RtlInitUnicodeString(destinationString *UNICODE_STRING, sourceString string)
- func RtlUnicodeStringToAnsiString(destinationString *ANSI_STRING, unicodeString *UNICODE_STRING, ...)
- type ANSI_STRING
- type UNICODE_STRING
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AntiAntiDebug ¶
func AntiAntiDebug()
func GetModuleHandleA ¶
func GetProcAddress ¶
func LdrGetDllHandleEx ¶
func LowLevelGetModuleHandle ¶
func LowLevelGetProcAddress ¶
func RtlInitUnicodeString ¶
func RtlInitUnicodeString(destinationString *UNICODE_STRING, sourceString string)
func RtlUnicodeStringToAnsiString ¶
func RtlUnicodeStringToAnsiString(destinationString *ANSI_STRING, unicodeString *UNICODE_STRING, allocateDestinationString bool)
Types ¶
type ANSI_STRING ¶
type UNICODE_STRING ¶
Click to show internal directories.
Click to hide internal directories.