Fix elf interpreter

This commit is contained in:
Alex
2023-04-20 08:07:39 +03:00
parent c20aae9504
commit baacbbdbd7
4 changed files with 41 additions and 41 deletions

View File

@ -1,6 +1,5 @@
/* This function is a mess and needs to be cleaned up. */
/*
bool ELFDynamicReallocation(void *ElfFile, void *MemoryImage)
{
debug("ELF dynamic reallocation for image at %#lx.", ElfFile);
@ -177,9 +176,7 @@ bool ELFDynamicReallocation(void *ElfFile, void *MemoryImage)
}
return true;
}
*/
/*
ELFDynamicReallocation(ElfFile, MemoryImage);
@ -250,4 +247,4 @@ bool ELFDynamicReallocation(void *ElfFile, void *MemoryImage)
}
ELFAddLazyResolverToGOT(ElfFile, MemoryImage, LibsForLazyResolver);
*/