#ifndef INJECTION_MANAGER_H #define INJECTION_MANAGER_H #include "types.h" bool injection_execute(TargetProcess* target, const wchar_t* pipe_name); #endif // INJECTION_MANAGER_H