]> git.zerfleddert.de Git - rsbs2/blame - filesystem.h
the unknown element of the data_in struct is the current working byte
[rsbs2] / filesystem.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 9void extract_files(unsigned char *fw, int len);
505ad254 10void replace_add_file(unsigned char *fw, int len, char *fwname, char *lname);
e5be7964 11void list_files(unsigned char *fw, int len);
1f1fa7b6 12void write_file(char *fname, unsigned char *buf, int len);
Impressum, Datenschutz