mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
7 lines
No EOL
229 B
C
Executable file
7 lines
No EOL
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 |