| Commit message (Expand) | Author | Age | Files | Lines |
* | Create new soname entry if shlib is missing one, merge modifySoname() and get... | darealshinji | 2015-07-13 | 1 | -58/+69 |
|
|
* | Quick fix for #47 | Eelco Dolstra | 2015-07-10 | 1 | -1/+1 |
|
|
* | Shut up some warnings | Eelco Dolstra | 2014-11-06 | 1 | -9/+5 |
|
|
* | Add option --no-default-lib | Changli Gao | 2014-10-22 | 1 | -0/+50 |
|
|
* | Use libattr and libacl to copy permissions if available | Jeremy Sanders | 2014-07-29 | 1 | -0/+17 |
|
|
* | Merge branch 'master' of github.com:ext/patchelf | Eelco Dolstra | 2014-04-24 | 1 | -1/+1 |
|\ |
|
| * | support -h in addition to --help | David Sveningsson | 2013-12-17 | 1 | -1/+1 |
|
|
* | | Merge branch 'master' of github.com:rgcjonas/patchelf | Eelco Dolstra | 2014-04-24 | 1 | -1/+111 |
|\ \ |
|
| * | | Add ability to add and replace DT_NEEDED entries | Jonas Kuemmerlin | 2013-04-28 | 1 | -1/+111 |
| |/ |
|
* | | Clear help message for --print-soname and --set-soname options | Chingis Dugarzhapov | 2014-04-19 | 1 | -2/+2 |
|
|
* | | Added assertion in TODO, removed some useless debug msgs... | Chingis Dugarzhapov | 2014-04-10 | 1 | -6/+23 |
|
|
* | | raise error if no DT_SONAME found | Chingis Dugarzhapov | 2014-04-10 | 1 | -1/+9 |
|
|
* | | --set-soname, fixed help message | Chingis Dugarzhapov | 2014-04-10 | 1 | -1/+1 |
|
|
* | | --set-soname with .dynstr section resize, proper debug messages | Chingis Dugarzhapov | 2014-04-10 | 1 | -3/+17 |
|
|
* | | --set-soname, first working prototype | Chingis Dugarzhapov | 2014-04-09 | 1 | -5/+40 |
|
|
* | | Added --print-soname option, to print DT_SONAME entry of .dynamic section | Chingis Dugarzhapov | 2014-04-08 | 1 | -1/+33 |
|
|
* | | In symbol tables, rewrite st_value for STT_SECTION entries | Eelco Dolstra | 2014-01-14 | 1 | -0/+4 |
|
|
* | | Handle invalid symbol table entries that refer to non-existent sections | Eelco Dolstra | 2014-01-14 | 1 | -3/+8 |
|/ |
|
* | Remove debug statement | Eelco Dolstra | 2013-01-16 | 1 | -2/+0 |
|
|
* | Add ‘--remove-needed’ option | Eelco Dolstra | 2013-01-16 | 1 | -2/+42 |
|
|
* | Comment out overly verbose debug line | Eelco Dolstra | 2012-08-21 | 1 | -1/+1 |
|
|
* | Rewrite the st_shndx field in symbol tables | Eelco Dolstra | 2012-08-21 | 1 | -4/+29 |
|
|
* | Remove trailing whitespace | Eelco Dolstra | 2012-08-21 | 1 | -52/+52 |
|
|
* | * Support executables created by the Gold linker (NixOS/140). These | Eelco Dolstra | 2011-09-11 | 1 | -5/+40 |
|
|
* | * Fix patching a little-endian binary on a big-endian machine. This | Eelco Dolstra | 2010-08-26 | 1 | -5/+5 |
|
|
* | * Update DT_RELA. | Eelco Dolstra | 2010-08-26 | 1 | -1/+2 |
|
|
* | I forgot in the last commit (enabling patchelf on the fuloong2f) to change some | Lluís Batlle i Rossell | 2010-07-29 | 1 | -2/+2 |
|
|
* | Making patchelf work on a MIPS machine with 16KB page size (it's set in its k... | Lluís Batlle i Rossell | 2010-07-29 | 1 | -0/+5 |
|
|
* | * Segments can have a zero alignment, causing a divide-by-zero error. | Eelco Dolstra | 2010-04-06 | 1 | -1/+2 |
|
|
* | * Remove macros defined in elf.h. | Eelco Dolstra | 2009-10-14 | 1 | -27/+0 |
|
|
* | * Include a copy of Glibc's elf.h so that we're not dependant on the | Eelco Dolstra | 2009-10-14 | 1 | -1/+1 |
|
|
* | * Use the e_type field instead of trying to guess whether we’re | Eelco Dolstra | 2009-06-16 | 1 | -6/+6 |
|
|
* | * When using --force-rpath and the executable already has a | Eelco Dolstra | 2009-05-07 | 1 | -0/+7 |
|
|
* | * Implement --version, --help. | Eelco Dolstra | 2009-02-24 | 1 | -3/+18 |
|
|
* | * Handle PT_LOAD program headers that become unaligned after adding | Eelco Dolstra | 2009-01-30 | 1 | -1/+7 |
|
|
* | * Don't clobber previously written sections. | Eelco Dolstra | 2008-06-03 | 1 | -3/+13 |
|
|
* | * Overwriting replaced sections with 'X's revealed a bug: we weren't | Eelco Dolstra | 2008-05-29 | 1 | -1/+7 |
|
|
* | * Ancient FreeBSD compat. | Eelco Dolstra | 2008-05-29 | 1 | -0/+4 |
|
|
* | * Support executables without a .dynamic section (klcc generates | Eelco Dolstra | 2008-05-28 | 1 | -33/+36 |
|
|
* | * More duplicate code removal. | Eelco Dolstra | 2008-05-28 | 1 | -143/+120 |
|
|
* | * Removed some duplicate code (and work around an apparent g++ code | Eelco Dolstra | 2008-05-28 | 1 | -83/+40 |
|
|
* | * When reordering the section headers, the e_shstrndx field in the ELF | Eelco Dolstra | 2008-05-28 | 1 | -1/+7 |
|
|
* | * Add the DT_RUNPATH (or DT_RPATH) entry to the top of the .dynamic | Eelco Dolstra | 2008-05-28 | 1 | -11/+8 |
|
|
* | * A first attempt at --set-rpath support for libraries. This is very | Eelco Dolstra | 2008-05-28 | 1 | -3/+170 |
|
|
* | * Support DT_RUNPATH (in fact, prefer DT_RUNPATH over DT_RPATH unless | Eelco Dolstra | 2008-05-27 | 1 | -9/+49 |
|
|
* | * Sort the program headers. This makes "strip" contain less about | Eelco Dolstra | 2008-05-27 | 1 | -1/+27 |
|
|
* | * Typos. | Eelco Dolstra | 2008-05-27 | 1 | -2/+2 |
|
|
* | * patchelf: fix compilation on GCC 4.3.0. | Eelco Dolstra | 2008-05-21 | 1 | -1/+1 |
|
|
* | * Compilation fixes for FreeBSD 4. | Eelco Dolstra | 2008-05-09 | 1 | -0/+22 |
|
|
* | * Remove debug lines. | Eelco Dolstra | 2007-12-07 | 1 | -3/+0 |
|
|