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

Gallopsled / pwntools / 28194760324
74%

Build:
DEFAULT BRANCH: dev
Ran 25 Jun 2026 07:31PM 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.919% (-0.1%) from 74.035%
28194760324

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>

3946 of 6622 branches covered (59.59%)

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

27 existing lines in 7 files now uncovered.

13607 of 18408 relevant lines covered (73.92%)

0.74 hits per line

Uncovered Changes

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

Coverage Regressions

Lines Coverage ∆ File
10
66.82
-2.3% pwnlib/libcdb.py
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
1
76.95
-0.37% pwnlib/log.py
Jobs
ID Job ID Ran Files Coverage
1 28194760324.1 25 Jun 2026 07:31PM UTC 152
73.92
GitHub Action Run
Source Files on build 28194760324
  • Tree
  • List 152
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
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 (#28238371862)
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