cheat-engine/Cheat Engine/ceserver/native-api.h
2019-12-19 17:49:30 +01:00

7 lines
229 B
C
Executable File

#ifndef NativeAPI_H_
#define NativeAPI_H_
#define MAX_HIT_COUNT 5000000
DWORD AOBScan(HANDLE hProcess, const char* pattern, const char* mask, uint64_t start, uint64_t end, int inc, int protection, uint64_t* match_addr);
#endif