All Projects → neg4n → trickster

neg4n / trickster

Licence: MIT license
user-friendly linux memory hacking library

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to trickster

gui
A generic UI library/framework.
Stars: ✭ 16 (-68%)
Mutual labels:  rust-library, rust-crate
Pince
A reverse engineering tool that'll supply the place of Cheat Engine for linux
Stars: ✭ 987 (+1874%)
Mutual labels:  memory-hacking, debugging-tool
poem
A full-featured and easy-to-use web framework with the Rust programming language.
Stars: ✭ 1,167 (+2234%)
Mutual labels:  rust-library, rust-crate
webbrowser-rs
Rust library to open URLs in the web browsers available on a platform
Stars: ✭ 150 (+200%)
Mutual labels:  rust-library, rust-crate
rspark
▁▂▆▇▁▄█▁ Sparklines for Rust apps
Stars: ✭ 50 (+0%)
Mutual labels:  rust-library, rust-crate
daemonize-me
Rust library to ease the task of creating daemons
Stars: ✭ 34 (-32%)
Mutual labels:  rust-library, rust-crate
Grex
A command-line tool and library for generating regular expressions from user-provided test cases
Stars: ✭ 4,847 (+9594%)
Mutual labels:  rust-library, rust-crate
whoami
Rust crate to get the current user and environment.
Stars: ✭ 68 (+36%)
Mutual labels:  rust-library, rust-crate
twang
Library for pure Rust advanced audio synthesis.
Stars: ✭ 83 (+66%)
Mutual labels:  rust-library, rust-crate
kul
A unique textual notation that can be used as both a data format and a markup language and that has powerful extensibility of both lexical syntax and semantics, and a Rust library for parsing it.
Stars: ✭ 12 (-76%)
Mutual labels:  rust-library, rust-crate
Curio
A Blazing Fast HTTP Client
Stars: ✭ 35 (-30%)
Mutual labels:  rust-library, rust-crate
wowned
Authentication bypass for outdated WoW emulation authentication servers
Stars: ✭ 32 (-36%)
Mutual labels:  memory-hacking
harsh
Hashids implementation in Rust
Stars: ✭ 48 (-4%)
Mutual labels:  rust-library
tracing
Utilities for tracing program execution line-by-line
Stars: ✭ 32 (-36%)
Mutual labels:  debugging-tool
PyExt
WinDbg Extensions for Python
Stars: ✭ 56 (+12%)
Mutual labels:  debugging-tool
Wasmite
Now WebAssembly has proper testing, unit-testing and debugging 🤗
Stars: ✭ 20 (-60%)
Mutual labels:  debugging-tool
vpsearch
C library for finding nearest (most similar) element in a set
Stars: ✭ 27 (-46%)
Mutual labels:  rust-library
blinkt
A Rust library for the Pimoroni Blinkt!, and any similar APA102 or SK9822 LED strips or boards, on a Raspberry Pi.
Stars: ✭ 18 (-64%)
Mutual labels:  rust-library
telnet-rs
A simple implementation of Telnet in Rust.
Stars: ✭ 35 (-30%)
Mutual labels:  rust-library
awesome print.cr
It dreams about becoming ruby's awesome_print for crystal-lang, under light development.
Stars: ✭ 13 (-74%)
Mutual labels:  debugging-tool

trickster

user-friendly linux
memory hacking library

[dependencies]
trickster = "0.0.6"

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

The cat used in logo comes from blush.design

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].