aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* migrate to gitv1.0Mike Frysinger2015-03-021-4/+2
* drop __DATE__ usage as the rcsid provides all the details we care aboutMike Frysinger2015-02-221-4/+4
* update copyright yearsMike Frysinger2012-11-041-5/+5
* dumpelf: add support for dumping dynamic tagsMike Frysinger2011-10-131-23/+72
* simplify rcsid a littleMike Frysinger2011-09-271-2/+2
* constify help string arrayMike Frysinger2010-12-081-3/+3
* change to simpler const argv0 stringMike Frysinger2010-12-081-3/+3
* touchup a few more ->data void points and castsMike Frysinger2010-01-151-4/+4
* convert core pointers to void* to avoid ugly casts and gcc alignment warnings...Mike Frysinger2010-01-151-4/+5
* avoid using reserved keyword "bool"Mike Frysinger2009-12-011-8/+8
* - mainly whitespace updatesNed Ludd2008-01-171-10/+2
* split xfuncs off into a sep file for all utils to use, cleanup misc things, a...Mike Frysinger2007-08-201-4/+4
* - update copyright headersNed Ludd2007-05-231-5/+5
* - do not output elf.h if we are doing dumpelf /dev/nullNed Ludd2007-02-031-3/+5
* add support for displaying em_machine via %a format flagMike Frysinger2006-12-111-3/+3
* just whitespaceMike Frysinger2006-11-281-3/+3
* delay include elf.h statement until actually neededMike Frysinger2006-11-281-3/+4
* - /* within quotes messes up my syntax highlighting */Ned Ludd2006-02-031-6/+6
* update copyright years and unify headers in porting.hMike Frysinger2006-01-051-17/+5
* cleanup how we dump section headers and support for SHT_DYNSYMMike Frysinger2005-12-091-12/+42
* - add dumping of .interp/.comment when --verboseNed Ludd2005-12-041-4/+5
* split common non-elf features into paxinc.[ch]Mike Frysinger2005-10-131-3/+3
* use smaller license headerMike Frysinger2005-09-301-2/+5
* tweak version output to include $PVMike Frysinger2005-06-131-5/+5
* fix a few warnings and update get_elfeitype() usageMike Frysinger2005-06-031-8/+9
* add support for dumping sectionsMike Frysinger2005-06-031-12/+45
* dump section header names tooMike Frysinger2005-06-031-9/+11
* - added initial inconsistent state detection for pax flags. update some of th...Ned Ludd2005-05-291-3/+3
* make sure we verify pointers before using themMike Frysinger2005-05-101-6/+18
* include offset info in commentsMike Frysinger2005-05-061-4/+4
* move common warn/warnf/err macros to paxelf.hMike Frysinger2005-04-151-21/+10
* cast the values so printf() doesnt produce any warningsMike Frysinger2005-04-131-46/+46
* make dumpelf endian/bit neutral and pimp it out moreMike Frysinger2005-04-121-84/+139
* the beginning of a little elf dump progMike Frysinger2005-04-071-0/+234