README.md: x86-32/64 support
[centaur.git] / include / libelfu / modelops.h
2015-02-23 norlyGPLv2 release
2013-06-28 norlyAnnotate doxygen-style doxygen
2013-06-27 norlyAllocate .symtab during Reladd if none present cleanup
2013-06-27 norlyLookup dynamically linked global variables.
2013-06-26 norlySeparate PLT lookup
2013-06-24 norlyPHDR: Find lowest/highest addr/offs
2013-06-22 norlyPHDR: find by addr/offset
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 norlyCleaner ElfuPhdr alloc
2013-06-20 norlyClean up code using ElfuScn
2013-06-18 norlyBasic detour support
2013-06-15 norlyFactor out symbol table handling
2013-06-15 norlyRename mRelocate
2013-06-15 norlyMerge symbol tables. (Not fully ELF conformant)
2013-06-03 norlyBasic 32-bit SYMTAB and REL (not RELA) support
2013-06-03 norlySimplify includes
2013-05-31 norlyAuto-layout file after --reladd
2013-05-31 norlyPull out existing re-layouting code
2013-05-30 norlyRedesign data structures, make basic reladd work. newparser
2013-05-28 norlyAdd printing functions for models to ease debugging
2013-05-24 norlyObject file injection, first part
2013-05-23 norlyUse explicit libelf/* path in includes
2013-03-21 norlyNOBITS expansion, for .bss etc
2013-03-01 norlyImplement mInsertAfter, for post-.data injection
2013-02-27 norlyImplement mInsertBefore, for pre-.interp injection
2013-02-23 norlyRefactor mdoel-related code