Files

8 lines
187 B
C
Raw Permalink Normal View History

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