Skip to content

Instantly share code, notes, and snippets.

@gus33000
gus33000 / Disassembler.c
Last active May 2, 2024 15:52 — forked from sunflower2333/Disassembler.c
ProtocolsFinder
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <errno.h>
//#define DEBUG
uint32_t swap_uint32(uint32_t x) {