Skip to content

Instantly share code, notes, and snippets.

@apramorbis
apramorbis / dz2tot.c
Created November 7, 2024 23:24
dz2tot
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <stdarg.h>
#include <sys/types.h>
#include <strings.h>
#include <endian.h>
#include "zlib.h"
@apramorbis
apramorbis / sunxi-packagetool.c
Last active November 7, 2024 23:18
sunxi-package tool
/*
* sunxi-packagetool.c
*
* based on https://github.com/ua1arn/hftrx/blob/master/tools/bootutil.c
*
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>