Files
SantaStealerSRC/ChromiumDataDumper/injector/include/injection_manager.h
T
2026-08-27 11:22:14 -06:00

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