# Steroid A Rust library for dynamic binary instrumentation that aims to ensure the validity of each manipulation of the remote process, both in terms of address space and process state. This library uses Rust lifetime concept to represent the state of the remote process and ensure that every underlying call to `ptrace` is valid. ## Features Currently, steroid allows to spawn a process, wait for it to be stopped, resume its execution, get and set its registers. The user can also set and manipulate breakpoints. The user is able to get a high-level representation of the memory mapping of the remote process. They are able to manipulate the remote process' memory through safe high-level constructs such as buffers. ## Contact This library is still at an early stage of development and commits can be irregular, depending of the time and motivation I have to work on the project. However, feel free to report any issue or suggestion on the [Gitlab repository](https://gitlab.com/camille-on-steroid/steroid) or at [camille.lebon35000@gmail.com](mailto:camille.lebon35000@gmail.com).