summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | rewriteSectionsLibrary: Fix endianness issueIvan A. Melnikov2021-06-211-1/+1
|/ / / /
* | | | Merge pull request #281 from iv-m/fix-PT_PHDRDomen Kožar2021-06-190-0/+0
|\ \ \ \
| * | | | Fix updating program header table segmentIvan A. Melnikov2021-06-161-1/+1
| |/ / /
* | | | Merge pull request #278 from satmandu/PR243Domen Kožar2021-06-192-2/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Change to 'for (auto & phdr : phdrs) { .' as used elsewhereSatadru Pramanik2021-05-271-1/+1
| * | | add PR243 reproducerSatadru Pramanik2021-05-202-16/+13
| * | | merge from PR243Satadru Pramanik2021-05-201-1/+4
| * | | Add testfile from PR270Satadru Pramanik2021-05-201-0/+16
| * | | fixed phdr bugMatrixLing2021-04-121-1/+1
|/ / /
* | | Merge pull request #266 from neheb/intEelco Dolstra2021-02-261-2/+2
|\ \ \
| * | | fix wrong castRosen Penev2021-02-251-2/+2
|/ / /
* | | Style fixesEelco Dolstra2021-02-151-10/+12
* | | Merge pull request #262 from neheb/manEelco Dolstra2021-02-151-100/+85
|\ \ \
| * | | manual for loop conversionsRosen Penev2021-02-141-20/+20
| * | | clang-tidy: use autoRosen Penev2021-02-141-15/+15
| * | | clang-tidy: replace typedef with usingRosen Penev2021-02-141-4/+3
| * | | clang-tidy: sort includes alphabeticallyRosen Penev2021-02-141-11/+11
| * | | clang-tidy: use C++ castsRosen Penev2021-02-141-5/+6
| * | | clang-tidy: use explicit constructorsRosen Penev2021-02-141-3/+2
| * | | clang-tidy: do not use else after returnRosen Penev2021-02-141-7/+5
| * | | clang-tidy: fix bad castRosen Penev2021-02-141-2/+2
| * | | clang-tidy: remove pointless string initRosen Penev2021-02-141-1/+1
| * | | clang-tidy: use empty()Rosen Penev2021-02-141-2/+2
| * | | clang-tidy: reference conversionsRosen Penev2021-02-141-8/+4
| * | | clang-tidy: avoid copying loop variableRosen Penev2021-02-141-1/+1
| * | | replace for loop with any_ofRosen Penev2021-02-141-14/+5
| * | | clang-tidy: use nullptrRosen Penev2021-02-141-9/+10
|/ / /
* | | Remove travis.ymlEelco Dolstra2020-12-071-8/+0
* | | Fix CIEelco Dolstra2020-12-071-1/+1
* | | flake.lock: UpdateEelco Dolstra2020-12-012-8/+6
* | | Add default.nix for compatibilityEelco Dolstra2020-11-261-0/+3
* | | Merge release.nix into flake.nixEelco Dolstra2020-11-262-125/+50
* | | Merge pull request #253 from blitz/ci-fixEelco Dolstra2020-11-191-1/+1
|\ \ \
| * | | ci: fix github action by updating install-nix-actionJulian Stecklina2020-11-191-1/+1
|/ / /
* | | Merge pull request #230 from rmNULL/fix-wrong-unsupported-overlapEelco Dolstra2020-11-191-1/+4
|\ \ \
| * | | mark phdrs synced with sections, avoid rechecking it when syncing note sectio...rmnull2020-08-261-1/+4
* | | | Merge pull request #251 from blitz/fuzzing-fixesEelco Dolstra2020-11-169-12/+71
|\ \ \ \ | |_|/ / |/| | |
| * | | Gracefully handle ELF files with out-of-bounds shdr offsetsJulian Stecklina2020-11-151-2/+6
| * | | Fix endian issue when creating sectionsByOldIndexJulian Stecklina2020-11-151-2/+2
| * | | Gracefully handle ELF files with out-of-bounds phdr offsetsJulian Stecklina2020-11-151-1/+4
| * | | Add test case with invalid phdr offsetJulian Stecklina2020-11-152-1/+1
| * | | Add bounds checking for invalid section header name offsetsJulian Stecklina2020-11-151-1/+6
| * | | Add test case with invalid section header sh_nameJulian Stecklina2020-11-152-1/+1
| * | | Gracefully handle ELF files with non-zero terminated string tableJulian Stecklina2020-11-151-1/+2
| * | | Add test case with non-terminated string tableJulian Stecklina2020-11-152-1/+2
| * | | Gracefully handle ELF files with empty string tableJulian Stecklina2020-11-151-1/+3
| * | | Add ELF test case with empty string tableJulian Stecklina2020-11-152-1/+1
| * | | Gracefully handle ELF files with invalid string table size in headerJulian Stecklina2020-11-151-1/+2
| * | | Add test case with invalid shrstab sizeJulian Stecklina2020-11-152-1/+1
| * | | Gracefully handle ELF files with invalid string table indices in headerJulian Stecklina2020-11-151-1/+3