8 lines
187 B
C
Executable File
8 lines
187 B
C
Executable File
#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
|