centaur.git
2015-02-23 norlyREADME.md: x86-32/64 support master
2015-02-23 norlydocs/building.md: Cleanup
2015-02-23 norlyREADME.md: Build instructions
2015-02-23 norlyREADME.md: Add example
2015-02-23 norlyDocument tests
2015-02-23 norlyMore READMEs
2015-02-23 norlyGPLv2 release
2013-06-28 norlyImplement memory management TODOs
2013-06-28 norlyAnnotate doxygen-style doxygen
2013-06-27 norlyAdd doxygen skeleton
2013-06-27 norlyAllocate .symtab during Reladd if none present cleanup
2013-06-27 norlyRemove unneeded struct member and fix references to it
2013-06-27 norlySerialize symtab after merge in Reladd
2013-06-27 norlyAdd test for dynamically linked global variables (stdou...
2013-06-27 norlyRelax restrictions on NOBITS sections
2013-06-27 norlyDump: More info about child sections
2013-06-27 norlyMove test data256mb to end and add data64kb
2013-06-27 norlyRemove stale Makefile in tests/src/
2013-06-27 norlyLookup dynamically linked global variables.
2013-06-26 norlyOnly use -fPIC when compiling the shared object.
2013-06-26 norlySeparate PLT lookup
2013-06-26 norlyExpand PHDR space only if there are pages available
2013-06-26 norlyExpand downwards only if there is enough space
2013-06-26 norlyOnly make space for more PHDRs if they are in the first...
2013-06-25 norlyCheck for (and abort on) multiple symbol tables
2013-06-24 norlyFix Makefile for Red Hat's libelf that does not support...
2013-06-24 norlyRemove assertion that breaks with Red Hat's libelf morephdr
2013-06-24 norlyTests for x86-64
2013-06-24 norlyPHDR addition. Should make x86-64 work in many cases.
2013-06-24 norlymLayoutAuto: Do not move LOAD segments, and update...
2013-06-24 norlyReorder PHDRs according to ELF spec
2013-06-24 norlymLayoutGetSpaceInPhdr: Use mPhdrLoadLowestHighest
2013-06-24 norlyPHDR: Find lowest/highest addr/offs
2013-06-22 norlyreladd: Work more with sh_addr instead of sh_offset
2013-06-22 norlyMinor fixes to PHDR expansion to lower addresses
2013-06-22 norlyPHDR: find by addr/offset
2013-06-21 norlyUse .rela.plt too - need this for x86-64 c90
2013-06-21 norlymFromFile: Initialize *me
2013-06-20 norlyMinor cleanup in reladd, 2nd pass
2013-06-20 norlyMerge cloneScn() into reladd.c
2013-06-20 norlyLOAD PHDRs at top level, others as children. mPhdrForall().
2013-06-20 norlyAdd Elf/Phdr/Scn alloc/destroy
2013-06-20 norlyExtend relocation parser to full 32/64 bits
2013-06-20 norlyCleaner ElfuPhdr alloc
2013-06-20 norlyClean up code using ElfuScn
2013-06-20 norlySeparate library code, build .a/.so
2013-06-20 norlyAutomate tests
2013-06-18 norlyBasic detour support
2013-06-17 norlyC90 compliance, except variadic macros and TODOs
2013-06-15 norlymv main.c -> elfucli.c, make it scriptable via args symrel
2013-06-15 norlyClean up main.c a bit
2013-06-15 norlyFactor out symbol table handling
2013-06-15 norlyRename mRelocate
2013-06-15 norlyBasic x86-64 support, not very usable in practice
2013-06-15 norlyMerge symbol tables. (Not fully ELF conformant)
2013-06-15 norlyFlatten symtab to file - gdb works, check breaks.
2013-06-15 norlyMake symtab and reltab resident in ElfuScn
2013-06-15 norlyRename CLI to elfucli
2013-06-12 norlyRename elfedit to centaur, model to modelops
2013-06-03 norlyDo not insert STRTAB sections explicitly
2013-06-03 norlyInsert NOBITS sections (.bss), ignore empty sections
2013-06-03 norlyGuess where unknown functions are in .rel.plt
2013-06-03 norlyDisable memory dump to screen
2013-06-03 norlyBasic 32-bit SYMTAB and REL (not RELA) support
2013-06-03 norlyUse pkg-config
2013-06-03 norlySimplify includes
2013-06-01 norlyInsert section names (with fixed prefix)
2013-05-31 norlyAuto-layout file after --reladd
2013-05-31 norlyPull out existing re-layouting code
2013-05-30 norlyMore rigorous sh_addr and sh_offset checking
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
next