Minor fix
This commit is contained in:
+1
-1
@@ -83,6 +83,6 @@ void parse_elf(FILE *file) {
|
|||||||
printf("Set file cursor to: %"PRIu64"\n", header.e_shoff);
|
printf("Set file cursor to: %"PRIu64"\n", header.e_shoff);
|
||||||
|
|
||||||
Elf64_Shdr section_header;
|
Elf64_Shdr section_header;
|
||||||
fread(&header, sizeof(section_header), 1, file);
|
fread(§ion_header, sizeof(section_header), 1, file);
|
||||||
print_elf64_section_header(§ion_header);
|
print_elf64_section_header(§ion_header);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user