trickster
user-friendly linux
memory hacking library
[dependencies]
trickster = "0.0.6"
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 tox
and optionally permissions equal toz
.
- Find first occurence of memory region with name
and will provide a lot more in the future.
Acknowledgements
The cat used in logo comes from blush.design
Thanks to all present and future contributors.
Library is available under The MIT License.
More Projects
Explore other projects that might interest you
faviconize
🎆 Library and CLI responsible for generating favicons in all formats and providing easy way to integrate them into your application
next-api-compose
🧬 Simple, dependency free, error aware and powerful utility to compose chain of multiple middleware into one Next.js API Route.
next-api-og-image
Easy way to generate open-graph images dynamically in HTML or React using Next.js API Routes. Suitable for serverless environment.