Skip to content

Instantly share code, notes, and snippets.

View iscle's full-sized avatar
🎢
Having fun!

Iscle iscle

🎢
Having fun!
View GitHub Profile
/*
* GFH Header Parser and Payload Extractor
* Based on MediaTek BootROM GFH (Generic File Header) format
*
* This program opens a file with 0x014d4d4d header, displays its information,
* and dumps the payload to a file.
*/
#include <stdio.h>
#include <stdlib.h>