reverie-rs / reverie

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

Refactor: separate tracer/bootstrapper & libsystrace #8

Open rrnewton opened 5 years ago

rrnewton commented 5 years ago

I think write now these three exist together in the src/ folder:

Can the first one be deleted (or filed away)? And can the second two be factored apart into separate dirs, possibly with separate build files.

wangbj commented 5 years ago
rrnewton commented 5 years ago

Related to this issue is allowing systrace to take different --tool arguments (https://github.com/iu-parfunc/systrace/issues/12).

And once that is done, please rename the included tools to, e.g. echo and count instead of libdet.