process-read-write 0.1.1

process-read-write allow you to read and write bytes from another processes, it also enables you to monitor a specefic process using ptrace, geting a real-time list a list of all the system calls made by that process.
Documentation
[[bin]]
name = "process-read-write"
path = "src/main.rs"

[dependencies.nix]
features = ["uio", "process", "term", "ptrace"]
version = "0.27.1"

[dependencies.serde_json]
version = "1.0.111"

[dependencies.sysinfo]
version = "0.30.5"

[[example]]
name = "read_example"
path = "examples/read_example.rs"

[[example]]
name = "watch_proc_example"
path = "examples/watch_proc_example.rs"

[[example]]
name = "write_example"
path = "examples/write_example.rs"

[lib]
name = "process_read_write"
path = "src/lib.rs"

[package]
authors = ["Squar3"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "process-read-write allow you to read and write bytes from another processes, it also enables you to monitor a specefic process using ptrace, geting a real-time list a list of all the system calls made by that process."
edition = "2021"
keywords = ["gamedev", "process", "read-memory", "write-memory", "game-hacking"]
license = "GPL-3.0-or-later"
name = "process-read-write"
readme = "README.md"
repository = "https://github.com/FatSquare/read-write-memory-rs"
version = "0.1.1"