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

luser / read-process-memory / 29 / 1
86%
master: 86%

Build:
Build:
LAST BUILD BRANCH: feature/try-from-refactoring
DEFAULT BRANCH: master
Ran 02 May 2019 12:09PM UTC
Files 1
Run time 0s
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

02 May 2019 12:06PM UTC coverage: 86.301% (+1.4%) from 84.932%
29.1

Pull #7

travis-ci

web-flow
FreeBSD support

FreeBSD is not supported by the library, even though its `ptrace`
implementation supports `PT_IO` call, using which we can read process
memory directly and without switching to root.

This change
* adds FreeBSD support, using native `ptrace` syscall.
  Under the hood, `ptrace` changes traced process parent and stops the
  traced process, allowing further introspection. All major modern BSD
  OSes support `PT_IO` in their ptraces, which allow reading / writing
  arbitrary data in / from traced process memory.

* Adds support for Cirrus CI, the same CI libc uses for testing
  FreeBSD code.
Pull Request #7: FreeBSD support

63 of 73 relevant lines covered (86.3%)

0.86 hits per line

Source Files on job 29.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 29
  • Travis Job 29.1
  • 1d5ed6a0 on github
  • Prev Job for on feature/freebsd-support (#27.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