aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* security: restore syscalls accidentally droppedv1.3.1Mike Frysinger2021-04-182-38/+51
* security: pregen seccomp bpf programsv1.3Mike Frysinger2021-04-179-208/+549
* refresh http:// URIsMike Frysinger2021-04-176-14/+15
* build: refresh autotools a bitMike Frysinger2021-04-172-14/+15
* paxldso: fix pointer styleMike Frysinger2021-04-162-2/+2
* dumpelf: constify elfobj in APIsMike Frysinger2021-04-161-15/+13
* dumpelf: add libFuzzer supportMike Frysinger2021-04-162-10/+35
* fuzz: add basic framework for using libFuzzerMike Frysinger2021-04-163-1/+30
* paxldso: add support for "new" glibc cache formatMike Frysinger2021-04-161-56/+179
* build: support debugging/testing object internalsMike Frysinger2021-04-163-5/+36
* lddtree: add --cwd optionMike Frysinger2021-04-161-20/+30
* lddtree: handle relative ldpathsMike Frysinger2021-04-161-5/+16
* lddtree: handle ${ORIGIN} like $ORIGINMike Frysinger2021-04-162-1/+3
* lddtree: use ldso's --argv0 when availableMike Frysinger2021-04-151-6/+20
* lddtree: apply functools cache to some repeated filesystem callsMike Frysinger2021-04-151-0/+3
* lddtree: don't crash when interp is missingMike Frysinger2021-04-151-1/+7
* lddtree: require Python 3.6+Mike Frysinger2021-04-151-13/+3
* lddtree: re-enable long line checksMike Frysinger2021-04-152-3/+8
* pylintrc: adjust python code to 4 space indentMike Frysinger2021-04-153-659/+659
* pspax: replace deprecated capgetp()David Lamparter2021-02-261-1/+1
* glob is used in paxldso.c for NetBSD too, but glob.h is not included inOBATA Akio2021-02-041-1/+1
* security.c: allow faccessat2 syscall in seccomt filters (take 2)v1.2.9Sergei Trofimovich2021-02-031-0/+5
* Revert "security.c: allow faccessat2 syscall in seccomt filters"Sergei Trofimovich2021-02-031-1/+0
* security.c: allow faccessat2 syscall in seccomt filtersSergei Trofimovich2021-02-031-0/+1
* scanmacho: add support for dumping UUIDsFabian Groffen2021-01-012-6/+56
* {,pax}macho: add support for arm64 archFabian Groffen2021-01-012-3/+7
* 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