HyperDbg Debugger
Toggle main menu visibility
Loading...
Searching...
No Matches
script_include.h
Go to the documentation of this file.
1
13
#pragma once
14
15
#define MAX_PATH_LEN 1024
16
17
VOID
18
ResolveIncludePath
(
const
char
* IncludeFilePath,
char
* OutPath);
19
20
BOOLEAN
21
FileExists
(
const
char
* Path);
22
23
BOOLEAN
24
ParseIncludeFile
(
char
* IncludeFile,
char
** Buffer);
25
26
char
*
27
InsertStrNew
(
char
* Str,
int
InputIdx
,
const
char
* Buf);
BOOLEAN
UCHAR BOOLEAN
Definition
BasicTypes.h:35
InputIdx
unsigned int InputIdx
number of read characters from input
Definition
globals.c:18
FileExists
BOOLEAN FileExists(const char *Path)
Checks whether a file exists at the given path.
Definition
script_include.c:152
ResolveIncludePath
VOID ResolveIncludePath(const char *IncludeFilePath, char *OutPath)
Resolves an include file path to a full absolute path.
Definition
script_include.c:121
InsertStrNew
char * InsertStrNew(char *Str, int InputIdx, const char *Buf)
Inserts a string into another string at a given index.
Definition
script_include.c:73
ParseIncludeFile
BOOLEAN ParseIncludeFile(char *IncludeFile, char **Buffer)
Reads and parses an include file into a buffer.
Definition
script_include.c:173
hyperdbg
script-engine
header
script_include.h
Generated by
1.17.0