summaryrefslogtreecommitdiff
path: root/include/libelfu/elfops.h
AgeCommit message (Collapse)Author
2013-06-24Reorder PHDRs according to ELF specnorly
2013-06-17C90 compliance, except variadic macros and TODOsnorly
Also removed a lot of dead code from the early days.
2013-06-03Simplify includesnorly
2013-05-27Validate input at libelf levelnorly
This way we can just assume that stuff works later on and keep the code clean and simple. It especially establishes that the file has a sane format and is thus understandable and editable.
2013-05-24Move section-in-segment.c to generic/norly
2013-05-24Use explicit libelf/* path in includesnorly
2013-02-23Clean up ELF-related files and functionsnorly
2013-02-23Move headers for ELF-based operations togethernorly