Skip to content

Instantly share code, notes, and snippets.

View 12Me21's full-sized avatar
πŸ’­
mm..

12 12Me21

πŸ’­
mm..
  • ​
  • ‭​ β‡  check out my badges
  • X @lOgoUt
View GitHub Profile
@12Me21
12Me21 / pal.c
Created May 31, 2022 17:32
run like: cat source.png dest.png | a.out >out.png
#include <stdio.h>
#include <stdint.h>
#include <arpa/inet.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <unistd.h>
typedef uint32_t U32;
typedef uint8_t U8;