mirror of
https://github.com/Bloodysharp/Cheat-ImGui-Menu-Design.git
synced 2025-06-26 10:03:09 +08:00
Add files via upload
This commit is contained in:
10
SDK/Include/detours.h
Normal file
10
SDK/Include/detours.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef _DETOURS_H
|
||||
#define _DETOURS_H
|
||||
|
||||
extern "C" int __cdecl mlde32(void *codeptr);
|
||||
|
||||
int DetourLen(BYTE *src, int minlen);
|
||||
void *DetourCreate(BYTE *src, const BYTE *dst, const int minlen=0);
|
||||
void DetourRemove(BYTE *src, BYTE *restore, const int len=0);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user