Skip to content

Instantly share code, notes, and snippets.

@felixhaedicke
felixhaedicke / extract_kobo_kernel.c
Created September 2, 2017 16:03
Tool to extract kernel (uImage) from Kobo
#include <errno.h>
#include <fcntl.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/stat.h>