https://github.com/aryanfarhadi/arymem
AryMem is a .NET library designed to simplify the process of reading and writing to process memory in Windows environments. It provides easy-to-use methods for interacting with the memory of other processes which can be utilized in developing game hacks, custom debuggers, or tools for software testing.
https://github.com/aryanfarhadi/arymem
ary-mem arymem cheat csharp csharp-lib csharp-library game-cheat game-cheating game-trainer memory memory-library memory-pointers memory-readwrite trainer
Last synced: 3 months ago
JSON representation
AryMem is a .NET library designed to simplify the process of reading and writing to process memory in Windows environments. It provides easy-to-use methods for interacting with the memory of other processes which can be utilized in developing game hacks, custom debuggers, or tools for software testing.
- Host: GitHub
- URL: https://github.com/aryanfarhadi/arymem
- Owner: AryanFarhadi
- License: mit
- Created: 2023-12-23T20:17:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T10:16:39.000Z (over 1 year ago)
- Last Synced: 2025-03-13T12:14:50.617Z (about 1 year ago)
- Topics: ary-mem, arymem, cheat, csharp, csharp-lib, csharp-library, game-cheat, game-cheating, game-trainer, memory, memory-library, memory-pointers, memory-readwrite, trainer
- Language: C#
- Homepage:
- Size: 65.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AryMem - Memory Manipulation Library
AryMem is a .NET library designed to simplify the process of reading and writing to process memory in Windows environments. It provides easy-to-use methods for interacting with the memory of other processes which can be utilized in developing game hacks, custom debuggers, or tools for software testing.
## Features
- Read and write various types of data to process memory, including primitive types, strings, and arrays of bytes.
- Retrieve process module information such as base address and memory size by name.
- Calculate pointers by offsets, making multi-level pointer dereferencing straightforward.
- Perform pattern scans within the target process's memory space to find signatures.
- Simple function for replacing assembly instructions with NOP (no operation) within the target process.
