This commit is contained in:
Pin
2021-10-16 00:49:10 -04:00
parent 677c34d367
commit a2f023d76b
3 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#pragma once
int check_file_header(char *addr);
int check_header_length(unsigned char *addr, long offset);