Skip to content

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.

License

Notifications You must be signed in to change notification settings

AryanFarhadi/AryMem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages