Compare commits

..

12 Commits

Author SHA1 Message Date
Pin
702c44ad94 wip 2021-10-11 22:59:18 -04:00
Pin
98e1607604 wip 2021-10-11 22:10:11 -04:00
Pin
da7c3909a1 wip 2021-10-11 20:55:24 -04:00
Pin
75a6c790d2 wip 2021-10-07 10:42:55 -04:00
Pin
33514e461d wip 2021-10-07 01:39:50 -04:00
Pin
4976751876 wip 2021-10-07 00:08:52 -04:00
Pin
74a37cd640 wip 2021-10-05 00:32:06 -04:00
Pin
6cae1ecc58 file write 2021-10-03 15:59:26 -04:00
Pin
3a5862f32f wip 2021-09-28 02:21:48 -04:00
Pin
ba42231301 wip 2021-09-22 23:44:13 -04:00
Pin
fb945457e6 wip 2021-09-22 22:10:39 -04:00
Pin
57cc8935de wip
Signed-off-by: Pin <wf6DJd8a3xSSCZbn@protonmail.com>
2021-09-21 01:15:03 -04:00
2 changed files with 3 additions and 7 deletions

View File

@@ -178,7 +178,6 @@ int main() {
if (fp == NULL) {
return EXIT_FAILURE;
}
unsigned char *file_data = file_to_char_array(fp, &i);
fclose(fp);

View File

@@ -1,8 +1,5 @@
#include <stdio.h>
// PNG File Struct
struct PNG
extern const long png_signature[8];
int check_header_length(unsigned char *addr, long offset);