ChatGPT custom prompts
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#include "InputHandler.hpp"
|
||||
#include "Process.hpp"
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
using namespace DLL_Injector;
|
||||
|
||||
InjectionData iData;
|
||||
|
||||
// Handle console input.
|
||||
if (HandleInput(argc, argv, iData) == -1)
|
||||
return -1;
|
||||
|
||||
// Inject DLL.
|
||||
return InjectDLL(iData);
|
||||
}
|
||||
Reference in New Issue
Block a user