physpatch 0.1.0

PhysPatch performs physical memory scanning and patching of the entire Windows Kernel using DMA
[dependencies.aobscan]
version = "0.3.0"

[dependencies.clap]
features = ["derive"]
version = "4.2.4"

[dependencies.colored]
version = "2.0.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.memflow]
version = "0.2.0-beta10"

[dependencies.memflow-qemu]
version = "0.2.0-beta10"

[dependencies.memflow-win32]
version = "0.2.0-beta10"

[dependencies.x86]
version = "0.52.0"

[package]
authors = ["sonodima"]
categories = ["command-line-utilities", "virtualization"]
description = "PhysPatch performs physical memory scanning and patching of the entire Windows Kernel using DMA"
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.1.0"