Skip to content

A lightweight utility for external hacking in C# on Windows. Supports Multi Level Pointers and Pattern Scanning

Notifications You must be signed in to change notification settings

BitSwapper/SharpMemory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharpMemory

A lightweight utility for external hacking in C# on Windows

Current Capabilities: Reading / Writing memory of another process. Module scanning / retrieval. Pattern scanning. Multi level pointer support.

Define Addresses with the "Address" type (not int, long, intptr, etc.) Define Pointers with the "MemoryPointer" type (use the MemoryPointer.AddressBeingPointedTo property to resolve a given pointer, or MemoryPointer.Read() to get its value)

Basic usage example depicting reading, writing, and pattern scanning. https://github.com/SleepyHex/SharpMemory/releases/tag/1.1

About

A lightweight utility for external hacking in C# on Windows. Supports Multi Level Pointers and Pattern Scanning

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages