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

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

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

pending completion
29

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%)

1.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29.1 02 May 2019 12:09PM UTC 0
86.3
Travis Job 29.1
Source Files on build 29
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #29
  • Pull Request #7
  • PR Base - master (#27)
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