BlackLotus/src/Shared/injection.h

6 lines
143 B
C
Raw Normal View History

2023-07-12 16:43:04 -07:00
#ifndef __INJECTION_H__
#define __INJECTION_H__
BOOL InjectBot(DWORD ProcessId, LPTHREAD_START_ROUTINE Thread);
#endif //__INJECTION_H__