Skip to content

A lightweight utility for external hacking in C# on Windows

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

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SharpMemory

A lightweight utility for external hacking in C# on Windows

Current Capabilities: Reading and Writing memory in a clean way. Access to process information, module information, pattern scanning.

Instead of storing memory addresses as ints, intptrs, or longs, users of this library should use the Address type to define address variables to obtain the full benefits.

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

About

A lightweight utility for external hacking in C# on Windows

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages