mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-07-23 16:05:08 +00:00
13 lines
No EOL
263 B
C
13 lines
No EOL
263 B
C
#define MAX_PATH_LEN 1024
|
|
|
|
void
|
|
ResolveIncludePath(const char * IncludeFilePath, char * OutPath);
|
|
|
|
BOOLEAN
|
|
FileExists(const char * path);
|
|
|
|
BOOLEAN
|
|
ParseIncludeFile(char * IncludeFile, char ** Buffer);
|
|
|
|
char*
|
|
InsertStrNew(char* str, int InputIdx, const char* buf); |