trickster

Crates.iotrickster
lib.rstrickster
version0.0.6
sourcesrc
created_at2020-05-20 04:37:31.533384
updated_at2020-08-09 05:54:35.291174
descriptionuser-friendly linux memory hacking library.
homepage
repositoryhttps://github.com/neg4n/trickster
max_upload_size
id243677
size27,587
Igor (neg4n)

documentation

README

trickster

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"

Usage and documentation

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.

Features

This library currently provides ability to:

  • Get process id by name.
  • Manipulate process memory.
    • Write memory.
    • Read memory.
  • Map process memory regions.
    • Find first occurence of memory region with name
      equal to x and optionally permissions equal to z.

and will provide a lot more in the future.

Acknowledgements

Thanks to all present and future contributors.
Library is available under The MIT License.

Commit count: 37

cargo fmt