summaryrefslogtreecommitdiff
path: root/src/patchelf.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid <class ER> syntax in lambdas. Thats C++20Breno Rodrigues Guimaraes2023-02-221-7/+20
* Merge branch 'master' into breno.rename_symsJörg Thalheim2023-02-221-27/+36
|\
| * Declare more read-only functions constChristian Göttsche2023-02-211-4/+4
| * Avoid implicit value truncations in wri()Christian Göttsche2023-02-211-4/+8
| * Use C++ casts instead of raw C ones in hdr()Christian Göttsche2023-02-211-2/+2
| * Drop unnecessary friend declarationsChristian Göttsche2023-02-211-4/+0
| * Add misc functions annotationsChristian Göttsche2023-02-211-16/+16
| * Add required includes in header fileChristian Göttsche2023-02-211-0/+9
* | No need for both assert and exceptionBreno Rodrigues Guimaraes2023-02-211-5/+3
* | Code polishing to use more spansBreno Rodrigues Guimaraes2023-02-211-2/+2
* | Add out-of-range check for spanBreno Rodrigues Guimaraes2023-02-211-5/+12
* | Add support for symbol name remappingBreno Rodrigues Guimaraes2023-02-201-2/+70
|/
* Add options to print, clear and set executable stack stateChristian Göttsche2023-01-281-1/+5
* Fix bug in file shifting that could cause conflicting PT_LOAD segmentsJason2022-12-021-1/+1
* Rework file shifting to avoid sections crossing multiple segmentsBo Anderson2022-10-131-1/+1
* Add --print-os-abi and --set-os-abi optionsDmitry Moskalchuk2022-06-301-0/+4
* Update argument name to be more descriptivedeadwood2022-02-211-1/+1
* Add --add-debug optiondeadwood2022-02-201-0/+2
* Renamed findSection2 to tryFindSectionHeaderFarid Zakaria2021-12-211-23/+2
* Added patchelf.hFarid Zakaria2021-12-201-0/+180