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

Gallopsled / pwntools / 18683889612
19%

Build:
DEFAULT BRANCH: dev
Ran 21 Oct 2025 12:42PM UTC
Jobs 1
Files 150
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

21 Oct 2025 11:46AM UTC coverage: 73.831% (-0.02%) from 73.847%
18683889612

push

github

web-flow
feat: add disable_corefiles context option (#2638)

* feat: add disable_corefiles context option

Add new context option that automatically disables core file generation
when enabled. This sets RLIMIT_CORE to (0, -1) to prevent core dump creation,
which is particularly useful for brute-force scenarios and repeated segfault
crashes where core files consume excessive disk space.

- Add disable_corefiles context variable with boolean type.
- Add @_validator decorator for disable_corefiles context variable
- Default value is False to maintain existing behavior.

Fixes #2566

* Update CHANGELOG

* Add doctest for `context.disable_corefiles`

Added doctest for `disable_corefiles` in corefile.py
Added doc for `disable_corefiles` in process.py
When `context.corefiles` is enabled:
For crashed process, `io.corefile` will return None.
For running process, gdb still dumps the corefile.

3839 of 6472 branches covered (59.32%)

6 of 9 new or added lines in 2 files covered. (66.67%)

3 existing lines in 1 file now uncovered.

13435 of 18197 relevant lines covered (73.83%)

0.74 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
67.2
-0.06% pwnlib/tubes/process.py

Uncovered Existing Lines

Lines Coverage ∆ File
3
69.57
-0.48% pwnlib/elf/corefile.py
Jobs
ID Job ID Ran Files Coverage
1 18683889612.1 21 Oct 2025 12:42PM UTC 150
73.83
GitHub Action Run
Source Files on build 18683889612
  • Tree
  • List 150
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • bfcab4ab on github
  • Prev Build on dev (#18614937804)
  • Next Build on dev (#18683992353)
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

© 2025 Coveralls, Inc