centaur.git
2013-05-30 norlyRedesign data structures, make basic reladd work. newparser
2013-05-28 norlyImplement orphaned sections
2013-05-28 norlyRemove old and ugly printing functions
2013-05-28 norlyAdd printing functions for models to ease debugging
2013-05-27 norlyFind PHDR -> PHDR dependencies
2013-05-27 norlyOnly establish PHDR->Scn relationship for PT_LOAD
2013-05-27 norlyRestrict sh_link/sh_info evaluation where possible
2013-05-27 norlyAbstract model more - break 'make check'
2013-05-27 norlyTurn elfu_gPhdrContainsScn into a macro
2013-05-27 norlyTurn elfu_gScnSizeFile into a macro
2013-05-27 norlyClean up loader code
2013-05-27 norlyValidate input at libelf level
2013-05-24 norlyBe more verbose
2013-05-24 norlyFix alignment error in mInsertSpaceBefore
2013-05-24 norlyObject file injection, first part
2013-05-24 norlyMove section-in-segment.c to generic/
2013-05-24 norlyCleaner error handling with ELFU_WARN and ELFU_WARNELF
2013-05-23 norlyUse explicit libelf/* path in includes
2013-03-24 norlyTypos
2013-03-22 norlyClean up file handling in main.c a bit
2013-03-21 norlyNOBITS expansion, for .bss etc
2013-03-21 norlyCopy section contents into newly allocated buffers
2013-03-20 norlyTypo
2013-03-01 norlyImplement mInsertAfter, for post-.data injection
2013-02-27 norlyImplement mInsertBefore, for pre-.interp injection
2013-02-24 norlyAdd simple 'make check'
2013-02-23 norlyRefactor mdoel-related code
2013-02-23 norlyClean up ELF-related files and functions
2013-02-23 norlyMerge {first,last}-section-in-segment.c
2013-02-23 norlyMove headers for ELF-based operations together
2013-02-23 norlyMove ELF-related files together
2013-02-23 norlyRemove ELFU_BOOL
2013-02-23 norlyAdd run-time sanity checks
2013-02-22 norlyUse CIRCLEQ_FOREACH throughout
2013-02-22 norlyAdd elfu_count{Section,PHDR}s
2013-02-22 norlyRemove --copy, do it whenever we have -o
2013-02-21 norlyFix build on Ubuntu 12.04
2013-02-11 norlyPHDR self-reference fixup function model-cleanup
2013-02-11 norlyMakefile: debug option - attach to running instance
2013-02-11 norlyModel to ELF (writing) support, copy functionality
2013-02-11 norlyFirst memory model of an ELF file
2013-02-11 norlyPrint ELF header/segments/sections
2013-01-25 norlyAdd .gitignore
2013-01-25 norlyInitial commit