initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user