mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
import KernelEx-4.5-Beta1
This commit is contained in:
4
sheet/KexLinkage.h
Normal file → Executable file
4
sheet/KexLinkage.h
Normal file → Executable file
@ -33,9 +33,9 @@ using namespace std;
|
||||
class KexLinkage
|
||||
{
|
||||
typedef void (*kexGetModuleSettings_t)(const char* module,
|
||||
char* conf_name, BYTE* ldr_flags);
|
||||
char* conf_name, DWORD* mod_flags);
|
||||
typedef void (*kexSetModuleSettings_t)(const char* module,
|
||||
const char* conf_name, BYTE ldr_flags);
|
||||
const char* conf_name, DWORD mod_flags);
|
||||
typedef unsigned long (*kexGetKEXVersion_t)(void);
|
||||
typedef int (*kexIsDebugCore_t)(void);
|
||||
|
||||
|
Reference in New Issue
Block a user