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

Gallopsled / pwntools / 1
74%
dev: 74%

Build:
Build:
LAST BUILD BRANCH: asm_native_tools
DEFAULT BRANCH: dev
Ran 21 Aug 2025 09:27AM UTC
Jobs 3
Files 149
Run time 3min
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

29 Dec 2022 01:19AM UTC coverage: 1.308% (-69.4%) from 70.694%
1

push

github

web-flow
Support adding lists in `ROP.raw()` (#2128)

* Support adding lists in `ROP.raw()`

Allow to add multiple raw entries on a rop chain using an array instead of multiple calls to `raw()`.

```py
rop = ROP('/bin/ls')
# before
rop.raw(1)
rop.raw(2)
rop.raw(rop.ret)

# after
rop.raw([1, 2, rop.ret])
```

Fixes #2017

* Update CHANGELOG.md

* Update pwnlib/rop/rop.py

Co-authored-by: Arusekk <arek_koz@o2.pl>

2 of 5886 branches covered (0.03%)

0 of 10 new or added lines in 1 file covered. (0.0%)

11726 existing lines in 140 files now uncovered.

221 of 16900 relevant lines covered (1.31%)

0.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1.1 21 Aug 2025 09:27AM UTC 149
1.31
GitHub Action Run
2 1.2 26 Aug 2025 08:53PM UTC 149
1.31
GitHub Action Run
3 1.3 10 Dec 2025 11:13AM UTC 149
1.31
GitHub Action Run
Source Files on build 1
  • Tree
  • List 149
  • Changed 146
  • Source Changed 146
  • Coverage Changed 140
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 48d76ed0 on github
  • Prev Build on dev (#3797600909)
  • Next Build on master (#1)
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