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

Gallopsled / pwntools / 22306346292
74%

Build:
DEFAULT BRANCH: dev
Ran 23 Feb 2026 12:43PM 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: 70.921% (-2.7%) from 73.653%
22306346292

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

3705 of 6530 branches covered (56.74%)

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

493 existing lines in 4 files now uncovered.

12882 of 18164 relevant lines covered (70.92%)

0.71 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
3
75.0
-25.0% pwnlib/device.py
15
82.34
-2.98% pwnlib/context/__init__.py
154
32.26
-45.16% pwnlib/protocols/adb/__init__.py
321
27.57
-44.03% pwnlib/adb/adb.py
Jobs
ID Job ID Ran Files Coverage
1 22306346292.1 23 Feb 2026 12:43PM UTC 152
70.92
GitHub Action Run
Source Files on build 22306346292
  • 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
  • 4ec81229 on github
  • Prev Build on dev (#22282055373)
  • Next Build on dev (#22313479846)
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