summaryrefslogtreecommitdiff
path: root/src/readelf.c
Commit message (Expand)AuthorAgeFilesLines
* Make these files compile with gcc warnings on and also make them pass lint.Anon Ymous2007-01-161-4/+4
* Use File id.Christos Zoulas2007-01-121-1/+1
* remove bogus ifdef.Christos Zoulas2006-11-151-6/+1
* Include sparcv9 to the list of machines where we use uint32_t for theChristos Zoulas2006-11-071-2/+2
* - quad datesChristos Zoulas2006-10-311-3/+3
* don't process notes multiple times.Christos Zoulas2006-10-221-27/+41
* change u_int to uint32_tChristos Zoulas2006-06-081-5/+5
* linux changes from suseChristos Zoulas2006-06-081-5/+31
* use constants and be more tolerant of seek errors. From suseChristos Zoulas2006-05-031-16/+50
* Fix the USE_ARRAY for 64 bit code. From Mike Frysinger.Christos Zoulas2006-01-131-16/+12
* Don't return if we did not finish parsing the core info. From Radek Vokal.Christos Zoulas2005-10-311-3/+2
* void casts, problems with 64 bit elf files.Christos Zoulas2005-10-171-8/+9
* Look in section header note sections for OS specific notes.Christos Zoulas2005-10-161-47/+100
* Add a flag to prevent core style info from printing twice.Christos Zoulas2005-09-201-85/+107
* add FreeBSD 64 bit elf offsets. From Peter Wemm.Christos Zoulas2005-07-141-1/+2
* Not everyone has a C99 compiler.Christos Zoulas2005-06-301-2/+2
* Welcome to 4.14Christos Zoulas2005-06-251-1/+14
* Added linux-64 2.4 offset.Christos Zoulas2005-02-091-1/+2
* Fixes from Jakub Bogusz <qboosh@pld-linux.org>, stack overwrite, elf overread.Christos Zoulas2004-11-241-4/+6
* More magicChristos Zoulas2004-11-211-34/+53
* Remove advertising clauses, with Ian's permission.Christos Zoulas2004-09-111-3/+1
* we don't just read the header size, but the whole note too; so revert theChristos Zoulas2004-07-241-6/+6
* more magic fixes.Christos Zoulas2004-07-241-8/+25
* From: Jakub Bogusz <qboosh@pld-linux.org>Christos Zoulas2004-07-241-7/+12
* get into shape for compiling.Christos Zoulas2004-03-221-10/+29
* more defensive infinite loop detectionChristos Zoulas2004-03-221-1/+5
* Avoid infinite loops caused by bad elf alignments of name and descriptionChristos Zoulas2004-03-221-27/+54
* Corrupt elf files is not fatal. Willy Tarreau <willy@w.ods.org>Christos Zoulas2003-11-181-7/+7
* Fix strings, add magic_errno().Christos Zoulas2003-10-141-5/+5
* Add MAGIC_ERRORChristos Zoulas2003-10-141-4/+4
* fix NetBSD version printing > ZChristos Zoulas2003-09-161-11/+6
* magic changes, signness changes, buffer overflow protection, close files.Christos Zoulas2003-05-231-5/+5
* - pass lint.Christos Zoulas2003-03-261-73/+85
* update copyrights.Christos Zoulas2003-03-231-1/+29
* reorgChristos Zoulas2003-03-231-134/+194
* re-organize elf note parsing.Christos Zoulas2003-03-181-6/+8
* centralize notes processing.Christos Zoulas2003-03-121-319/+320
* make this compile again.Christos Zoulas2003-02-251-2/+2
* this is a more complete fix.Christos Zoulas2003-02-251-4/+17
* fix possible buffer overflow exploit.Christos Zoulas2003-02-251-2/+2
* - detect inttypes.h too (Dave Love <d.love@dl.ac.uk>)Christos Zoulas2003-02-081-3/+18
* - de __P()Christos Zoulas2002-07-031-45/+18
* Solaris compilation cleanups.Christos Zoulas2002-06-111-4/+1
* de-lint a bitFILE3_38Christos Zoulas2002-05-161-5/+5
* misc cleanups from NetBSD and addition of PT_NOTE field handling.Christos Zoulas2002-05-161-14/+169
* - fix compilation problem when QUICK is not defined.Christos Zoulas2001-10-201-1/+7
* delint.Christos Zoulas2000-08-051-3/+1
* remove debuggingChristos Zoulas2000-08-051-3/+3
* reorderChristos Zoulas2000-08-051-6/+8
* Correct indianness detection in elf (Charles Hannum)Christos Zoulas2000-08-051-66/+122