mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
8 lines
No EOL
243 B
C
8 lines
No EOL
243 B
C
#ifndef SIGCHECK_H
|
|
#define SIGCHECK_H
|
|
|
|
NTSTATUS SecurityCheck(void);
|
|
NTSTATUS CheckSignatureOfFile(PUNICODE_STRING originalpath, BOOL isProcess);
|
|
NTSTATUS CheckSignature(PVOID buffer, DWORD buffersize, PVOID sig, DWORD sigsize);
|
|
|
|
#endif |