mirror of
https://github.com/tlsbollei/KittyLoader
synced 2026-06-21 14:11:21 +00:00
6 lines
135 B
C
6 lines
135 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
DWORD compute_custom_hash(const char* str);
|
|
PVOID get_function_by_hash(HMODULE module, DWORD hash); |