#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