xtap 0.2.0

An LD_PRELOAD interception library for runtime hooking of network calls in Unix-like systems.
Documentation
1
2
3
4
5
6
use std::ffi::CStr;

pub trait Hook {
    const SYMBOL: &'static str;
    const CSYMBOL: &'static CStr;
}