windows_memory_access 0.6.6

Windows Memory accessing using Windows Crate API, which published by Microsoft. Read and Write to memory using already configured functions that require minimum parameters to get started. this crate was created to make reading and writing to memory easy.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.windows]
features = ["Win32_System_Diagnostics_Debug", "Win32_System_Threading", "Win32_Foundation"]
version = "0.57.0"

[package]
authors = ["Emad Ali"]
description = "Windows Memory accessing using Windows Crate API, which published by Microsoft.\nRead and Write to memory using already configured functions that require minimum parameters to get started.\n\nthis crate was created to make reading and writing to memory easy.\n"
edition = "2021"
homepage = "https://github.com/Mclilzee/windows-memory-access"
keywords = ["memory", "windows", "acceses", "write", "read"]
license = "MIT OR Apache-2.0"
name = "windows_memory_access"
readme = "README.md"
repository = "https://github.com/Mclilzee/windows-memory-access"
version = "0.6.6"