summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-20Automate testsnorly
2013-06-18Basic detour supportnorly
2013-06-17C90 compliance, except variadic macros and TODOsnorly
2013-06-16mv main.c -> elfucli.c, make it scriptable via argssymrelnorly
2013-06-16Clean up main.c a bitnorly
2013-06-15Factor out symbol table handlingnorly
2013-06-15Rename mRelocatenorly
2013-06-15Basic x86-64 support, not very usable in practicenorly
2013-06-15Merge symbol tables. (Not fully ELF conformant)norly
2013-06-15Flatten symtab to file - gdb works, check breaks.norly
2013-06-15Make symtab and reltab resident in ElfuScnnorly
2013-06-15Rename CLI to elfuclinorly
2013-06-12Rename elfedit to centaur, model to modelopsnorly
2013-06-03Do not insert STRTAB sections explicitlynorly
2013-06-03Insert NOBITS sections (.bss), ignore empty sectionsnorly
2013-06-03Guess where unknown functions are in .rel.pltnorly
2013-06-03Disable memory dump to screennorly
2013-06-03Basic 32-bit SYMTAB and REL (not RELA) supportnorly
2013-06-03Use pkg-confignorly
2013-06-03Simplify includesnorly
2013-06-01Insert section names (with fixed prefix)norly
2013-05-31Auto-layout file after --reladdnorly
2013-05-31Pull out existing re-layouting codenorly
2013-05-30More rigorous sh_addr and sh_offset checkingnorly
2013-05-30Redesign data structures, make basic reladd work.newparsernorly
2013-05-28Implement orphaned sectionsnorly
2013-05-28Remove old and ugly printing functionsnorly
2013-05-28Add printing functions for models to ease debuggingnorly
2013-05-27Find PHDR -> PHDR dependenciesnorly
2013-05-27Only establish PHDR->Scn relationship for PT_LOADnorly
2013-05-27Restrict sh_link/sh_info evaluation where possiblenorly
2013-05-27Abstract model more - break 'make check'norly
2013-05-27Turn elfu_gPhdrContainsScn into a macronorly
2013-05-27Turn elfu_gScnSizeFile into a macronorly
2013-05-27Clean up loader codenorly
2013-05-27Validate input at libelf levelnorly
2013-05-25Be more verbosenorly
2013-05-25Fix alignment error in mInsertSpaceBeforenorly
2013-05-24Object file injection, first partnorly
2013-05-24Move section-in-segment.c to generic/norly
2013-05-24Cleaner error handling with ELFU_WARN and ELFU_WARNELFnorly
2013-05-24Use explicit libelf/* path in includesnorly
2013-03-24Typosnorly
2013-03-22Clean up file handling in main.c a bitnorly
2013-03-21NOBITS expansion, for .bss etcnorly
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-24Add simple 'make check'norly