codes' shit but itll parse yer ELF - 7etuso
Caution
im still learning, i got no idea what im doing, this is a WORK IN PROGRESS
- ITOA but convert to hexadecimal
- Actually open a file and read it for once
- Parse ELF header
- ...
- ITOA - converts num to ASCII (decimal, hex)
- PRINT - prints some text
- PRINTN - prints some text and a newline
- PRINTC - calls print and then printn
This bombastic ELF parser is just a little project to get comfortable with assembly and ELF files. Also this kind of project was suggested for me to do by bextr and other members of tmpout!
- PRINTH stuck in infinite loop and ITOA fails, needs proper error handling and stuff