ptrace-syscalls 0.0.0-experimental.3

Analyze syscalls via ptrace
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ptrace-syscalls

[![Crate](https://img.shields.io/crates/v/ptrace-syscalls.svg)](https://crates.io/crates/ptrace-syscalls) [![Docs](https://docs.rs/libc/badge.svg)](https://docs.rs/ptrace-syscalls) ![License](https://img.shields.io/crates/l/ptrace-syscalls.svg)

## !!! WORK IN PROGRESS !!!

## !!! THIS CRATE IS NOT READY FOR PRODUCTION !!!

## !!! NOT GOVERENED BY SEMVER UNTIL WE REACH v0.1.0 !!!

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.