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

Gallopsled / pwntools / 22304193982
74%

Build:
DEFAULT BRANCH: dev
Ran 23 Feb 2026 11:37AM 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

23 Feb 2026 11:28AM UTC coverage: 73.646% (-0.007%) from 73.653%
22304193982

push

github

web-flow
Add (un)pack shorthands for 40-56 bit numbers `u48()`/`p48()` (#2687)

* Add (un)pack shorthands for 40-56 bit numbers

`u40`/`p40`, `u48`/`p48`, and `u56`/`p56` can be used to quickly unpack shorter integers.

`u48` can be used to unpack addresses leaked using a c-string function which stops at the first null-byte.
Instead of doing `u64(data.ljust(8, b'\x00"))` you can now just do `u48(data)`.

Refs #2447

* Update CHANGELOG

* Fix typo in CHANGELOG

3880 of 6530 branches covered (59.42%)

36 of 53 new or added lines in 3 files covered. (67.92%)

4 existing lines in 2 files now uncovered.

13377 of 18164 relevant lines covered (73.65%)

0.74 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
5
78.5
0.23% pwnlib/util/packing.py
12
78.06
-0.82% pwnlib/elf/elf.py

Uncovered Existing Lines

Lines Coverage ∆ File
2
89.83
-3.39% pwnlib/tubes/buffer.py
2
81.99
-0.17% pwnlib/tubes/tube.py
Jobs
ID Job ID Ran Files Coverage
1 22304193982.1 23 Feb 2026 11:37AM UTC 152
73.65
GitHub Action Run
Source Files on build 22304193982
  • Tree
  • List 152
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 4ec81229 on github
  • Prev Build on dev (#22282055373)
  • Next Build on dev (#22306216380)
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