| Crates.io | ptrace-syscalls |
| lib.rs | ptrace-syscalls |
| version | 0.0.0-experimental.3 |
| created_at | 2024-06-21 16:19:47.875333+00 |
| updated_at | 2025-09-07 13:18:13.891435+00 |
| description | Analyze syscalls via ptrace |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1279681 |
| size | 184,556 |
A helper crate for building ptrace powered applications. This crate provides a simple interface to analyze syscalls via ptrace.
(For now) Read the rstrace(A simple strace written in less than $2^8$ lines of rust) example to learn how to use this crate.