Crates.io | trickster |
lib.rs | trickster |
version | 0.0.6 |
source | src |
created_at | 2020-05-20 04:37:31.533384 |
updated_at | 2020-08-09 05:54:35.291174 |
description | user-friendly linux memory hacking library. |
homepage | |
repository | https://github.com/neg4n/trickster |
max_upload_size | |
id | 243677 |
size | 27,587 |
user-friendly linux memory hacking library written in Rust.
This project is continuation of (from now) abandoned tr
library with the same purpose but written in C++17.
[dependencies]
trickster = "0.0.5"
For example usage of the library, refer to examples/
directory on this repository.
Documentation release is both available online on docs.rs and
offline in target/doc/
directory after running cargo doc
.
This library currently provides ability to:
x
and optionally permissions equal to z
.and will provide a lot more in the future.
Thanks to all present and future contributors.
Library is available under The MIT License.