BlackLotus/src/Bot/install.h

10 lines
204 B
C
Raw Normal View History

2023-07-12 16:43:04 -07:00
#ifndef __INSTALL_H__
#define __INSTALL_H__
LPWSTR GetBotFileName(PDWORD Seed);
LPWSTR GetBotDirectory();
LPWSTR GetBotPath();
BOOL IsSystemInfected();
BOOL InstallBot();
#endif //__INSTALL_H__