mirror of
https://github.com/tlsbollei/KittyLoader
synced 2026-06-21 14:11:21 +00:00
6 lines
123 B
C
6 lines
123 B
C
#pragma once
|
|
#include <windows.h>
|
|
|
|
unsigned long hashstr(const char* s);
|
|
void* findfunc(void* module, unsigned long hash);
|