-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
In src/mod-elf-symbol.c:294 there is a switch:
switch(ehdr->e_type) {
case ET_EXEC:
printf("WARNING: The ELf type is that of an executable. (%s)\n", objFileName);
break;
case ET_REL:
printf("SUCCESS: The ELF type is that of an relocatable. (%s)\n", objFileName);
break;
Does the ET_DYN case require a different approach? Or is it simply not possible to do it?
Metadata
Metadata
Assignees
Labels
No labels