reverie-rs / reverie

trace and intercept linux syscalls.
Other
14 stars 5 forks source link

creating a helper library for Rust systrace clients (instrumentation tools) #17

Open wangbj opened 5 years ago

wangbj commented 5 years ago

The goal is allow others to write interception tools with minimal effort, some common code such as raw print can be implemented as a helper library, so that we can plugin multiple tools easily.

rrnewton commented 5 years ago

I like that examples/echo contains very very little code now!