[[bin]]
name = "physpatch"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.aobscan]
version = "0.3"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.hex]
version = "0.4"
[dependencies.memflow]
version = "0.2.3"
[dependencies.memflow-qemu]
version = "0.2.1"
[dependencies.memflow-win32]
version = "0.2.0"
[dependencies.x86]
version = "0.52"
[package]
authors = ["sonodima"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "virtualization"]
description = "PhysPatch performs physical memory scans and patches of the entire Windows kernel"
edition = "2021"
homepage = "https://github.com/sonodima/physpatch"
keywords = ["memory", "memflow", "patch", "windows", "kernel"]
license = "MIT"
name = "physpatch"
readme = "README.md"
repository = "https://github.com/sonodima/physpatch"
version = "0.2.1"
[profile.dev.package.aobscan]
opt-level = 3