summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-03-22Clean up file handling in main.c a bitnorly
2013-03-21NOBITS expansion, for .bss etcnorly
GNU binutils' readelf gets confused with symbol versions. More analysis needed on that.
2013-03-21Copy section contents into newly allocated buffersnorly
2013-03-20Typonorly
2013-03-01Implement mInsertAfter, for post-.data injectionnorly
2013-02-27Implement mInsertBefore, for pre-.interp injectionnorly
2013-02-23Refactor mdoel-related codenorly
2013-02-23Clean up ELF-related files and functionsnorly
2013-02-23Merge {first,last}-section-in-segment.cnorly
2013-02-23Move ELF-related files togethernorly
2013-02-23Remove ELFU_BOOLnorly
2013-02-23Add run-time sanity checksnorly
2013-02-22Use CIRCLEQ_FOREACH throughoutnorly
2013-02-22Add elfu_count{Section,PHDR}snorly
2013-02-22Remove --copy, do it whenever we have -onorly
2013-02-21Fix build on Ubuntu 12.04norly
Thanks to Cristian Cadar.
2013-02-11PHDR self-reference fixup functionmodel-cleanupnorly
2013-02-11Model to ELF (writing) support, copy functionalitynorly
2013-02-11First memory model of an ELF filenorly
2013-02-11Print ELF header/segments/sectionsnorly