summaryrefslogtreecommitdiff
path: root/mld (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-30set padding to zero instead of undefined dataFreya Murphy1-0/+2
2024-09-30fix elf section paddingFreya Murphy2-20/+33
2024-09-23symtab never return null symbolFreya Murphy2-1/+2
2024-09-23fix symtab map bad offsetFreya Murphy2-2/+3
2024-09-23fix local vs global symbol names, locals now are localFreya Murphy4-19/+108
2024-09-22multitude of mld fixes, add entrypointFreya Murphy6-28/+57
2024-09-22make mld file executableFreya Murphy1-1/+8
2024-09-22fix mem errorsFreya Murphy3-0/+11
2024-09-22mld doneFreya Murphy7-12/+1051
2024-09-20start mld, add loading of object files, add fuzzing supportFreya Murphy6-0/+740