---
title: "trickster"
description: "user-friendly linux memory debugging library"
canonical_url: "https://neg4n.dev/projects/trickster"
md_url: "https://neg4n.dev/projects/trickster.md"
---

# trickster

## Resources

- [GitHub](https://github.com/neg4n/trickster)
- [crates.io](https://crates.io/crates/trickster)

## README

tricksteruser-friendly linuxmemory hacking library[dependencies]
trickster = "0.0.6"Usage and documentationFor example usage of the library, refer to examples/ directory on this repository.Documentation release is both available online on docs.rs andoffline in target/doc/ directory after running cargo doc.FeaturesThis 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 nameequal to x and optionally permissions equal to z.and will provide a lot more in the future.AcknowledgementsThe cat used in logo comes from blush.designThanks to all present and future contributors.Library is available under The MIT License.
