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

Gallopsled / pwntools / 27970852263
74%

Build:
DEFAULT BRANCH: dev
Ran 22 Jun 2026 05:29PM UTC
Jobs 1
Files 152
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 Jun 2026 05:18PM UTC coverage: 73.979% (-0.06%) from 74.035%
27970852263

push

github

web-flow
Guide users to libc_start_main_return for __libc_start_main_ret (#2746)

* guide users to libc_start_main_return for __libc_start_main_ret

looking up __libc_start_main_ret on ELF(libc).sym just threw a plain
KeyError/AttributeError even though libcdb shows that symbol, which is
confusing (issue 2563). it's not a real symbol so we can't just add it,
and computing it means disassembling __libc_start_main which we don't
want to do for everyone by default.

so for now the symbols dotdict raises a message pointing at the existing
ELF.libc_start_main_return property when you ask for that key. lazy auto
calc can come later. added a doctest covering both sym['...'] and
sym.__libc_start_main_ret access, tests pass.

* use bare super() in symboldict

peace-maker noted new code can use py3 super(), so drop the
redundant (symboldict, self) args.

* add changelog entry for 2746

---------

Co-authored-by: peace-maker <peacemakerctf@gmail.com>

3950 of 6622 branches covered (59.65%)

11 of 12 new or added lines in 1 file covered. (91.67%)

16 existing lines in 5 files now uncovered.

13618 of 18408 relevant lines covered (73.98%)

0.74 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
78.09
0.12% pwnlib/elf/elf.py

Coverage Regressions

Lines Coverage ∆ File
6
56.64
-1.17% pwnlib/dynelf.py
3
62.5
-7.5% pwnlib/atexception.py
3
75.54
-1.63% pwnlib/memleak.py
2
89.83
-3.39% pwnlib/tubes/buffer.py
2
82.05
0.18% pwnlib/tubes/tube.py
Jobs
ID Job ID Ran Files Coverage
1 27970852263.1 22 Jun 2026 05:29PM UTC 152
73.98
GitHub Action Run
Source Files on build 27970852263
  • Tree
  • List 152
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • f4205e5e on github
  • Prev Build on dev (#27970775537)
  • Next Build on dev (#28194760324)
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