summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUGS: update email addressesv1.2.8Sergei Trofimovich2020-12-201-1/+2
* Fix typo in module docstringv1.2.7Georg Brandl2020-10-051-1/+1
* scanelg: add --ldcache=<arg> option to ease testingSergei Trofimovich2020-10-034-1/+16
* lddtree.sh: drop /lib extraction heuristicsSergei Trofimovich2020-08-141-9/+1
* security.c: allow 'statx' in seccomp sandbox (musl-1.1.24)v1.2.6Sergei Trofimovich2020-04-131-0/+1
* Add RISC-V to the list of architectures in ELFGöktürk Yüksek2020-04-062-1/+3
* pylint: load python via $PATHMike Frysinger2020-03-261-2/+2
* lddtree: Put ldso interpreter library path at endManoj Gupta2020-03-261-1/+2
* pylintrc: enable more warningsMike Frysinger2020-03-262-1/+28
* scanelf.c: be more verbose at saying what all the addresses meanSergei Trofimovich2020-03-181-3/+4
* scanelf.c: don't srash in -v mode on non-functionsSergei Trofimovich2020-03-181-1/+1
* Makefile.am: refresh against current gnulibv1.2.5Sergei Trofimovich2020-02-161-4/+6
* lddtree.py: resolve python location through PATHSergei Trofimovich2020-02-161-1/+1
* security.c: allow 'semtimedop' in seccomp sandbox (glibc-2.31)Sergei Trofimovich2020-02-161-0/+1
* dumpelf.c: add missing break when decoding SHT_GNU_LIBLISTSergei Trofimovich2020-02-161-0/+1
* security.c: whitelist ipc() syscall for fakeroot on ppc64 and friendsv1.2.4Sergei Trofimovich2019-01-141-0/+6
* lddtree.py: use errno properlyOleksandr Natalenko2018-11-191-1/+1
* paxelf: constify elfobj pointersMike Frysinger2018-06-073-19/+30
* scanelf: add general const markings to Elf pointersMike Frysinger2018-06-071-36/+36
* scanelf: use asprintf instead of manual malloc/sprintfMike Frysinger2018-06-071-5/+7
* paxelf: constify elfobj pointer in helpersMike Frysinger2018-06-072-18/+18
* paxelf: constify misc pointersMike Frysinger2018-06-071-4/+4
* dumpelf: constify misc pointersMike Frysinger2018-06-071-7/+7
* paxldso: constify elf structsMike Frysinger2018-06-071-2/+2
* pspax: constify all the pointersMike Frysinger2018-06-071-15/+15
* build: support clang a bit betterMike Frysinger2018-06-071-4/+6
* paxelf: constify elf_findsecbynameMike Frysinger2018-06-073-26/+26
* scanelf: constify most scanelf_file_* helpersMike Frysinger2018-06-071-7/+7
* scanelf: constify rpath_security_checksMike Frysinger2018-06-071-1/+1
* scanelf.c: fix TEXTREL parsing for files with non-zero load addressv1.2.3Sergei Trofimovich2018-02-181-5/+19
* autogen.sh: add gnulib modules for SolarisMichael Haubenwallner2017-09-182-1/+3
* check for linux/securebits.h, missing on Linux 2.6.32Michael Haubenwallner2017-09-182-1/+5
* scanelf: fix out-of-bounds access in ia64Sergei Trofimovich2017-09-181-0/+12
* paxelf: constify pax_short_* helpersMike Frysinger2017-03-033-9/+8
* lddtree: move parser logic into a funcMike Frysinger2017-02-161-2/+8
* pylint: add a helper to keep python code cleanMike Frysinger2017-02-163-5/+94
* tests: rename files to avoid ".py" suffix on non-python filesMike Frysinger2017-02-167-7/+7
* add helper for checking memory/elf rangesMike Frysinger2017-02-113-25/+19
* scanelf: check range of hash bucketMike Frysinger2017-02-111-1/+2
* dumpelf: check for invalid notesMike Frysinger2017-02-011-7/+16
* dumpelf: check for invalid program headersMike Frysinger2017-02-012-4/+9
* dumpelf: check for invalid section entry sizesMike Frysinger2017-02-011-22/+28
* TODO: drop fixed issues and add some new onesv1.2.2Mike Frysinger2017-01-241-7/+4
* scanelf: revert back to looking at .dynstr directlyMike Frysinger2017-01-242-6/+25
* scanelf: switch all string table lookups to scanelf_file_get_symtabsv1.2.1Mike Frysinger2017-01-231-23/+23
* scanelf: add helper for walking dynamic tagsMike Frysinger2017-01-231-96/+35
* scanelf: fix offset checking when looking up symbols via hashMike Frysinger2017-01-231-4/+5
* scanelf: change abs() to a size_t castMike Frysinger2017-01-231-1/+1
* security: fix building on much older systemsv1.2Mike Frysinger2017-01-211-1/+24
* travis: drop pyelftools installMike Frysinger2017-01-211-2/+0