Docs.rs
stracers-core-0.1.0
stracers-core 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
xfbs
Dependencies
nix ^0.31
normal
Versions
48.94%
of the crate is documented
Platform
aarch64-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module memory
stracers_
core
0.1.0
Module memory
Module Items
Functions
In crate stracers_
core
stracers_core
Module
memory
Copy item path
Source
Functions
§
read_
bytes
Read a fixed number of bytes from the tracee’s address space.
read_
string
Read a null-terminated string from the tracee’s address space. Reads word-by-word via ptrace, stops at null byte or
max_len
.