initial commit
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#ifndef INJECTOR_UTILS_H
|
||||
#define INJECTOR_UTILS_H
|
||||
|
||||
#include "types.h"
|
||||
|
||||
bool generate_browser_mimic_pipe_name(const wchar_t* browser_type, wchar_t* pipe_name, size_t len);
|
||||
bool create_directory_recursive(const wchar_t* path);
|
||||
bool file_exists(const wchar_t* path);
|
||||
|
||||
#endif // INJECTOR_UTILS_H
|
||||
Reference in New Issue
Block a user