- Removed debug
println!()that was triggering unnecessarywrite()syscall.
- Dockerfile
- CI/CD improvements
- Update README.md
- Add fail_with(Syscall, errno) to fail with specific errno instead of killing the process
- Add Syscall tracing trace(Syscall, Fn(Syscall) -> TraceAction ) with custom hook function�
- Example tracing usage
- Low level Ptrace wrapper
- Add support for Tracing multiple syscalls at the same time
- Fix Issues
- Add .disable_iouring_bypass() to disable iouring bypasses
- Add Support for Tracing and Logging