NASM ELF Issues

2024-10-13 Thread ramonaz...@icloud.com
Hi!  I'm having some issues with the NASM port ( 2.16.03 ) or if its the linking process. When running the linked ELF, It'll write some sort of garbage / corrupted ELF on the filesystem with question marks that can't be deleted, along with an error about the ELF. I was thinking it was maybe m

NASM ELF Issues

2024-10-14 Thread ramonaz...@icloud.com
Hi! So it looks like my ELF is missing some sort of .interp section where its trying to load the /usr/libexec/ld.so, while other executables (at least compiled with cc), contain that specific section. =_=; Which might explain why its having issues trying to load it and where its trying to push