• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Gallopsled / pwntools / 13475084749
71%
dev: 19%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: dev
Ran 22 Feb 2025 05:38PM UTC
Jobs 1
Files 151
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Feb 2025 05:29PM UTC coverage: 70.912% (-0.1%) from 71.055%
13475084749

push

github

tesuji
change checksec=False on ELF class

There is no need to print checksec details every time. Most usecases
only need to view checksec once in a while.

Here is the `checksec=False` set before this patch:

```
> rg '\sELF\(' | rg checksec
pwnlib/libcdb.py:    local_libc = ELF(shell_path, checksec=False).libc
pwnlib/libcdb.py:    libc = ELF(filename, checksec=False)
pwnlib/libcdb.py:        >>> libc_path = ELF(which('ls'), checksec=False).libc.path
pwnlib/libcdb.py:    libc = ELF(libc_path, checksec=False)
pwnlib/elf/elf.py:                return ELF(lib, self._print_checksec)
pwnlib/elf/elf.py:        return ELF(exepath, checksec=False)
pwnlib/elf/elf.py:        return ELF(exepath, checksec=False)
pwnlib/commandline/libcdb.py:            exe = ELF(path, checksec=False)
pwnlib/commandline/checksec.py:            e = ELF(f)
pwnlib/data/templates/pwnup.mako:       ctx.binary = ELF(binary, checksec=False)
```

3600 of 6410 branches covered (56.16%)

10 of 19 new or added lines in 8 files covered. (52.63%)

29 existing lines in 4 files now uncovered.

12833 of 18097 relevant lines covered (70.91%)

0.71 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
33.33
0.0% pwnlib/commandline/debug.py
1
61.9
2.81% pwnlib/commandline/elfpatch.py
1
40.54
0.0% pwnlib/commandline/pwnstrip.py
2
64.29
0.0% pwnlib/commandline/disablenx.py
2
65.54
0.06% pwnlib/tubes/process.py
2
70.18
0.0% pwnlib/tubes/ssh.py

Uncovered Existing Lines

Lines Coverage ∆ File
1
72.02
-0.17% pwnlib/elf/corefile.py
2
90.16
-3.28% pwnlib/tubes/buffer.py
3
81.25
-0.55% pwnlib/tubes/tube.py
23
80.71
-2.48% pwnlib/elf/elf.py
Jobs
ID Job ID Ran Files Coverage
1 13475084749.1 22 Feb 2025 05:39PM UTC 151
70.91
GitHub Action Run
Source Files on build 13475084749
  • Tree
  • List 151
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 55cfdceb on github
  • Prev Build on dev (#13402845607)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc