An open API service indexing awesome lists of open source software.

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.

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.

![Screenshot 2023-12-31 175359](https://github.com/AryanFarhadi/AryMem/assets/101009063/53cf7459-d6dd-4197-8c9f-6ba9f9585272)