]> git.zerfleddert.de Git - rsbs2/blame - extract.h
better corruption check by calculating the number of fill bytes
[rsbs2] / extract.h
CommitLineData
81a1093d
MG
1struct file_entry {
2 char *name;
3 unsigned char *start;
4 int length;
5 unsigned char unknown;
6};
7
8struct file_entry* get_next_file(unsigned char *fw, int len);
1f1fa7b6
MG
9void extract_files(unsigned char *fw, int len);
10void write_file(char *fname, unsigned char *buf, int len);
Impressum, Datenschutz