mirror of https://github.com/n1nj4sec/pupy.git
11 lines
167 B
C
11 lines
167 B
C
|
#include <windows.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <stdio.h>
|
||
|
#include <string.h>
|
||
|
#include "pupy_load.h"
|
||
|
|
||
|
int main(int argc, char *argv[]){
|
||
|
return mainThread(NULL);
|
||
|
}
|
||
|
|